Merge branch 'main' into parsing

This commit is contained in:
Maoake Teriierooiterai
2026-03-19 16:02:58 +01:00
11 changed files with 254 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ clean:
rm -rf __pycache__ .mypy_cache .venv
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: