just_found_out_about_linters (#17)
This changed a bunch of code but no Reviewed-on: #17 Co-authored-by: ahtlon <git@ahtlon.de> Co-committed-by: ahtlon <git@ahtlon.de>
This commit was merged in pull request #17.
This commit is contained in:
@@ -17,6 +17,7 @@ dependencies = [
|
||||
"setuptools>=82.0.1",
|
||||
"pyscard>=2.3.1",
|
||||
"alembic>=1.18.5",
|
||||
"ruff>=0.16.0",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
@@ -28,3 +29,8 @@ python-desfire = ["poetry"]
|
||||
|
||||
[tool.setuptools]
|
||||
py-modules = ["app"]
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
"alembic"
|
||||
]
|
||||
Reference in New Issue
Block a user