Skip to content

Commit eadaeff

Browse files
committed
Bump mypy and check we nevery use "type: ignore" without error codes
1 parent c4d89a6 commit eadaeff

File tree

3 files changed

+206
-230
lines changed

3 files changed

+206
-230
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ allow_untyped_calls = false
77
allow_untyped_decorators = false
88
allow_untyped_defs = false
99
check_untyped_defs = true
10+
enable_error_code = ignore-without-code
1011
ignore_missing_imports = false
1112
no_implicit_optional = true
1213
pretty = true

0 commit comments

Comments
 (0)