Skip to content

Commit 24d0d87

Browse files
committed
fix error in base state when importing states
from different files, mypy didn't like it so no it should be ignored by the toml config
1 parent ced4706 commit 24d0d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exclude = ["build/", "dist/", ".venv/"]
88
python_version = "3.12"
99
check_untyped_defs = true
1010
ignore_missing_imports = true
11+
explicit_package_bases = true
1112

1213
["mypy-pygame.*"]
1314
ignore_missing_imports = true

0 commit comments

Comments
 (0)