Skip to content

Commit 53049d3

Browse files
committed
😵‍💫mypy pls
1 parent 044705f commit 53049d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ python_version = "3.14"
1919
ignore_missing_imports = true
2020
pretty = true
2121

22-
# stricter mypy rules for utils
23-
[mypy-utils.*]
24-
disallow_untyped_defs = true
22+
disallow_untyped_defs = false
2523
disallow_incomplete_defs = true
26-
warn_unused_ignores = true
24+
warn_unused_ignores = true

0 commit comments

Comments
 (0)