Skip to content

Commit 8963a3c

Browse files
fix: don't mypy unit_tests (#241)
Co-authored-by: Aaron ("AJ") Steers <[email protected]>
1 parent ee49219 commit 8963a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ disallow_untyped_calls = True
1212
disallow_incomplete_defs = True
1313
disallow_untyped_defs = True
1414
warn_return_any = True
15+
exclude = unit_tests/
1516

1617
# Only alert on the files we want to check
1718
follow_imports = silent

0 commit comments

Comments
 (0)