mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-21 05:44:23 +02:00
Merge branch 'main' into integrate-training-from-sbb_pixelwise_segmentation
This commit is contained in:
commit
af5abb77fd
24 changed files with 2778 additions and 3122 deletions
|
@ -54,3 +54,21 @@ where = ["src"]
|
|||
[tool.coverage.run]
|
||||
branch = true
|
||||
source = ["eynollah"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = [
|
||||
# disable unused imports
|
||||
"F401",
|
||||
# disable import order
|
||||
"E402",
|
||||
# disable unused variables
|
||||
"F841",
|
||||
# disable bare except
|
||||
"E722",
|
||||
]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "preserve"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue