mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Add mypy plugin: flag ==/!= between same-enum operands (#171551)
This commit is contained in:
@@ -34,6 +34,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
||||
"plugins": ", ".join( # noqa: FLY002
|
||||
[
|
||||
"pydantic.mypy",
|
||||
"mypy_plugins/enum_identity_compare.py",
|
||||
]
|
||||
),
|
||||
"show_error_codes": "true",
|
||||
|
||||
Reference in New Issue
Block a user