@@ -120,5 +120,9 @@ select = [
|
||||
"TCH" # flake8-type-checking
|
||||
]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["backend"]
|
||||
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/*" = ["ARG", "S101"]
|
||||
|
||||
Reference in New Issue
Block a user