Skip to content

Commit

Permalink
Update .mypy.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 11, 2023
1 parent 4817b2a commit 68c0d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ disallow_subclassing_any = True
disallow_untyped_calls = True
disallow_untyped_decorators = True
disallow_untyped_defs = True
enable_error_code = ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable # TODO(PY312): explicit-override
# 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
Expand Down

0 comments on commit 68c0d4d

Please sign in to comment.