Update mypy-dev to 1.12.0a5 (#127181)
* Update mypy-dev to 1.12.0a5 * Fix enable_incomplete_feature * Fix vlc_telnet * Fix deconz
This commit is contained in:
parent
21266e1c68
commit
4cd6813d16
5 changed files with 9 additions and 12 deletions
|
@ -36,11 +36,9 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
|||
"plugins": "pydantic.mypy",
|
||||
"show_error_codes": "true",
|
||||
"follow_imports": "normal",
|
||||
"enable_incomplete_feature": ", ".join( # noqa: FLY002
|
||||
[
|
||||
"NewGenericSyntax",
|
||||
]
|
||||
),
|
||||
# "enable_incomplete_feature": ", ".join( # noqa: FLY002
|
||||
# []
|
||||
# ),
|
||||
# Enable some checks globally.
|
||||
"local_partial_types": "true",
|
||||
"strict_equality": "true",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue