[lint] more linting changes
This commit is contained in:
@@ -31,6 +31,20 @@ python-desfire = ["poetry"]
|
||||
py-modules = ["app"]
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
"alembic"
|
||||
]
|
||||
exclude = ["alembic"]
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
# pycodestyle
|
||||
"E",
|
||||
# Pyflakes
|
||||
"F",
|
||||
# pyupgrade
|
||||
"UP",
|
||||
# flake8-bugbear
|
||||
"B",
|
||||
# flake8-simplify
|
||||
"SIM",
|
||||
# isort
|
||||
"I",
|
||||
]
|
||||
ignore = ["B008"]
|
||||
Reference in New Issue
Block a user