We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91a207 commit c327a76Copy full SHA for c327a76
pyproject.toml
@@ -43,7 +43,7 @@ max-complexity = 10 # Maximum cyclomatic complexity allowed for a function or me
43
44
[tool.mypy]
45
python_version = "3.13"
46
-exclude = ["^test/"] # TODO: this seems to not work
+#exclude = ["^test/"] # TODO: this seems to not work
47
disable_error_code = ["var-annotated"]
48
49
#strict = true # Enable strict type checking mode
0 commit comments