Skip to content

Commit

Permalink
Turn off warning for unused ignores
Browse files Browse the repository at this point in the history
pydantic v1 vs v2 warn on different lines.
  • Loading branch information
timj committed Jul 19, 2023
1 parent 70d4363 commit ca41afc
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 @@ -58,7 +58,7 @@ disallow_untyped_defs = True
disallow_incomplete_defs = True
strict_equality = True
warn_unreachable = True
warn_unused_ignores = True
warn_unused_ignores = False

# version.py is added by scons and may not exist when we run mypy.

Expand Down

0 comments on commit ca41afc

Please sign in to comment.