Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit eadaeff

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

3 files changed

Lines changed: 206 additions & 230 deletions

File tree

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)