Skip to content

Commit

Permalink
restore mypy not warning on unused ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Dec 16, 2024
1 parent eac8ca2 commit 760bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins = numpy.typing.mypy_plugin
ignore_errors = False
warn_redundant_casts = True
warn_unused_configs = True
warn_unused_ignores = True
warn_unused_ignores = False

disallow_untyped_calls = False
disallow_untyped_defs = True
Expand Down

0 comments on commit 760bfb4

Please sign in to comment.