Rework and some fixes

This commit is contained in:
2026-03-18 14:10:05 +01:00
parent c8a13e9d5c
commit c14c043575
9 changed files with 134 additions and 109 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ clean:
rm -rf __pycache__ .mypy_cache
lint:
uv run flake8 .
uv run flake8 . --exclude=.venv
uv run mypy . --warn-return-any --warn-unused-ignores --ignore-missing-imports --disallow-untyped-defs --check-untyped-defs
lint-strict: