fix mypy strict on MazeSolver and Maze Generator

This commit is contained in:
Maoake Teriierooiterai
2026-04-01 14:12:39 +02:00
parent ed16566677
commit 03b5f9e6fd
5 changed files with 73 additions and 57 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ lint:
uv run mypy . --warn-return-any --warn-unused-ignores --ignore-missing-imports --disallow-untyped-defs --check-untyped-defs
lint-strict:
uv run flake8 .
uv run flake8 . --exclude=.venv
uv run mypy . --strict
run_test_parsing: