mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 20:36:44 +08:00
Update various comments now non-types dependencies are allowed (#9527)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user