mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
Pylint plugin to check that relative imports are used (#50937)
* Pylint plugin to check that relative imports are used * Fix existing sites * Update description message * Fix typo
This commit is contained in:
@@ -28,6 +28,7 @@ load-plugins = [
|
||||
"pylint.extensions.typing",
|
||||
"pylint_strict_informational",
|
||||
"hass_constructor",
|
||||
"hass_imports",
|
||||
"hass_logger",
|
||||
]
|
||||
persistent = false
|
||||
|
||||
Reference in New Issue
Block a user