mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add comments when subclassing Any (#9732)
This commit is contained in:
@@ -263,7 +263,9 @@ def run_mypy(
|
||||
# Stub completion is checked by pyright (--allow-*-defs)
|
||||
"--allow-untyped-defs",
|
||||
"--allow-incomplete-defs",
|
||||
"--allow-subclassing-any", # See #9491
|
||||
# See https://github.com/python/typeshed/pull/9491#issuecomment-1381574946
|
||||
# for discussion and reasoning to keep "--allow-subclassing-any"
|
||||
"--allow-subclassing-any",
|
||||
"--enable-error-code",
|
||||
"ignore-without-code",
|
||||
"--config-file",
|
||||
|
||||
Reference in New Issue
Block a user