mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-27 07:44:12 +01:00
add rough ruff config
This commit is contained in:
parent
26886dc052
commit
15693d07c3
1 changed files with 15 additions and 0 deletions
|
|
@ -51,3 +51,18 @@ where = ["src"]
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
branch = true
|
branch = true
|
||||||
source = ["eynollah"]
|
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",
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue