Skip to content

Commit

Permalink
chore: disable warn_unused_ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Nov 28, 2022
1 parent 781c598 commit 8cc361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ no_implicit_optional = True
disallow_any_generics = True
disallow_any_unimported = False
warn_redundant_casts = True
warn_unused_ignores = True
warn_unused_ignores = False
warn_unused_configs = True
show_traceback = True
show_error_codes = True
Expand Down

0 comments on commit 8cc361c

Please sign in to comment.