Skip to content

Commit a65da14

Browse files
committed
style(MyPy): disable warn_unused_ignores which cannot be fullfilled when using MyPy against multiple Python versions
1 parent 6e23aff commit a65da14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,4 @@ disallow_untyped_decorators = true
148148
disallow_subclassing_any = true
149149
warn_return_any = true
150150
warn_redundant_casts = true
151-
warn_unused_ignores = true
152151
warn_unused_configs = true

0 commit comments

Comments
 (0)