Skip to content

Commit d8ce2e6

Browse files
committed
WIP: Add mypy rules to be enabled in the future
1 parent 9afd2b1 commit d8ce2e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ warn_redundant_casts=True
99
warn_unreachable=True
1010
warn_unused_ignores=True
1111

12+
# Additional checks that could be useful in the future:
13+
#disallow_any_generics=True
14+
#warn_return_any=True
15+
1216
mypy_path = $MYPY_CONFIG_FILE_DIR
1317

1418
plugins =

0 commit comments

Comments
 (0)