Skip to content

Commit 8a84e13

Browse files
committed
Activate 'warn_unused_ignores' mypy check
1 parent 30fef07 commit 8a84e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ disallow_any_unimported = false
7070
no_implicit_optional = false
7171
check_untyped_defs = false
7272
warn_return_any = false
73-
warn_unused_ignores = false
73+
warn_unused_ignores = true
7474
show_error_codes = true
7575

7676
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)