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:
2026-07-29 02:46:50 +02:00
committed by ahtlon
parent 683cd9a545
commit 3f20cdeed9
28 changed files with 736 additions and 564 deletions

View File

@@ -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"
]