Skip to content

Commit c327a76

Browse files
committed
chore: Comment out an unnecessary line in the mypy config
1 parent b91a207 commit c327a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ max-complexity = 10 # Maximum cyclomatic complexity allowed for a function or me
4343

4444
[tool.mypy]
4545
python_version = "3.13"
46-
exclude = ["^test/"] # TODO: this seems to not work
46+
#exclude = ["^test/"] # TODO: this seems to not work
4747
disable_error_code = ["var-annotated"]
4848

4949
#strict = true # Enable strict type checking mode

0 commit comments

Comments
 (0)