Skip to content

Commit

Permalink
Mypy 1.5 additional checks (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 11, 2023
1 parent b5084f6 commit 8d2f554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ disallow_subclassing_any = True
disallow_untyped_calls = True
disallow_untyped_decorators = True
disallow_untyped_defs = True
# TODO(PY312): explicit-override
enable_error_code = ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable
extra_checks = True
implicit_reexport = False
no_implicit_optional = True
pretty = True
show_column_numbers = True
show_error_codes = True
show_error_code_links = True
strict_equality = True
warn_incomplete_stub = True
warn_redundant_casts = True
Expand Down

0 comments on commit 8d2f554

Please sign in to comment.