Update various comments now non-types dependencies are allowed (#9527)

This commit is contained in:
Avasam
2023-01-14 08:20:04 -05:00
committed by GitHub
parent cd56735bf0
commit 1a9aa3f3fe
9 changed files with 19 additions and 16 deletions

View File

@@ -264,7 +264,7 @@ def run_mypy(
# Stub completion is checked by pyright (--allow-*-defs)
"--allow-untyped-defs",
"--allow-incomplete-defs",
"--allow-subclassing-any", # TODO: Do we still need this now that non-types dependencies are allowed? (#5768)
"--allow-subclassing-any", # See #9491
"--enable-error-code",
"ignore-without-code",
"--config-file",