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:
committed by
GitHub
parent
b704f0e729
commit
016abda12e
@@ -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