Move disallow-any-generics
to mypy.ini (#63917)
This commit is contained in:
parent
f4aa18de31
commit
240c9979c7
24 changed files with 73 additions and 44 deletions
|
@ -70,8 +70,6 @@ from .trace import (
|
|||
)
|
||||
from .typing import ConfigType, TemplateVarsType
|
||||
|
||||
# mypy: disallow-any-generics
|
||||
|
||||
ASYNC_FROM_CONFIG_FORMAT = "async_{}_from_config"
|
||||
FROM_CONFIG_FORMAT = "{}_from_config"
|
||||
VALIDATE_CONFIG_FORMAT = "{}_validate_config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue