Update mypy-dev to 1.11.0a2 (#117630)
This commit is contained in:
parent
eacbebce22
commit
4edee94a81
5 changed files with 8 additions and 16 deletions
|
@ -36,6 +36,11 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
|||
"plugins": "pydantic.mypy",
|
||||
"show_error_codes": "true",
|
||||
"follow_imports": "normal",
|
||||
"enable_incomplete_feature": ",".join( # noqa: FLY002
|
||||
[
|
||||
"NewGenericSyntax",
|
||||
]
|
||||
),
|
||||
# Enable some checks globally.
|
||||
"local_partial_types": "true",
|
||||
"strict_equality": "true",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue