Skip to content

Commit 8d2f554

Browse files
Mypy 1.5 additional checks (#746)
1 parent b5084f6 commit 8d2f554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ disallow_subclassing_any = True
1010
disallow_untyped_calls = True
1111
disallow_untyped_decorators = True
1212
disallow_untyped_defs = True
13+
# TODO(PY312): explicit-override
1314
enable_error_code = ignore-without-code, possibly-undefined, redundant-expr, redundant-self, truthy-bool, truthy-iterable, unused-awaitable
15+
extra_checks = True
1416
implicit_reexport = False
1517
no_implicit_optional = True
1618
pretty = True
1719
show_column_numbers = True
1820
show_error_codes = True
21+
show_error_code_links = True
1922
strict_equality = True
2023
warn_incomplete_stub = True
2124
warn_redundant_casts = True

0 commit comments

Comments
 (0)