[ruff] do not format alembic folder
This commit is contained in:
@@ -29,3 +29,8 @@ python-desfire = ["poetry"]
|
|||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
py-modules = ["app"]
|
py-modules = ["app"]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
exclude = [
|
||||||
|
"alembic"
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user