Skip to content

Commit

Permalink
Set warn_unused_ignores mypy config to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Aug 19, 2024
1 parent 9f22ff6 commit 4ef422a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ no_implicit_optional = true
check_untyped_defs = true
warn_return_any = true
show_error_codes = true
warn_unused_ignores = false
warn_unused_ignores = true

disallow_incomplete_defs = true
disallow_untyped_decorators = true
Expand Down

0 comments on commit 4ef422a

Please sign in to comment.