Skip to content

Commit 7bdb099

Browse files
committed
add mypy config file
1 parent 2d0adb1 commit 7bdb099

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mypy.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[mypy]
2+
files = src,tests
3+
no_implicit_optional = True
4+
pretty = True
5+
show_error_codes = True
6+
strict_equality = True
7+
warn_redundant_casts = True
8+
warn_unused_configs = True
9+
warn_unused_ignores = True

0 commit comments

Comments
 (0)