More Type Safety (#10848)

This commit is contained in:
Tim O'Farrell
2025-09-05 11:34:43 -06:00
committed by GitHub
parent 3366ad9de7
commit aca568cfbe
4 changed files with 17 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ warn_unreachable = True
warn_redundant_casts = True
no_implicit_optional = True
strict_optional = True
disable_error_code = type-abstract
# Exclude third-party runtime directory from type checking
exclude = (third_party/|enterprise/)