mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
This commit is contained in:
@ -530,11 +530,10 @@ def setup_connection_for_dialect(
|
||||
version,
|
||||
)
|
||||
|
||||
else:
|
||||
if not version or version < MIN_VERSION_MYSQL:
|
||||
_fail_unsupported_version(
|
||||
version or version_string, "MySQL", MIN_VERSION_MYSQL
|
||||
)
|
||||
elif not version or version < MIN_VERSION_MYSQL:
|
||||
_fail_unsupported_version(
|
||||
version or version_string, "MySQL", MIN_VERSION_MYSQL
|
||||
)
|
||||
|
||||
slow_range_in_select = bool(
|
||||
not version
|
||||
|
Reference in New Issue
Block a user