mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-19 04:44:24 +02:00
disable ruff check for training code for now
This commit is contained in:
parent
76c13bcfd7
commit
2e0fb64dcb
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,8 @@ source = ["eynollah"]
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
# TODO: Reenable and fix after release v0.6.0
|
||||
exclude = ['src/eynollah/training']
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = [
|
||||
|
@ -73,3 +75,4 @@ ignore = [
|
|||
|
||||
[tool.ruff.format]
|
||||
quote-style = "preserve"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue