Skip to content

Commit aae59cd

Browse files
committed
fix mypy
1 parent 6706b6f commit aae59cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ packages = []
3232
pretty = true
3333
ignore_missing_imports = true
3434
disallow_untyped_defs = true
35+
exclude = ["scripts/debug/"]
3536

3637
[[tool.mypy.overrides]]
3738
module = ["untyped_package.*"]

0 commit comments

Comments
 (0)