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:
Ruslan Sayfutdinov
2021-05-22 09:15:30 +01:00
committed by GitHub
parent b704f0e729
commit 016abda12e
11 changed files with 89 additions and 44 deletions

View File

@@ -28,6 +28,7 @@ load-plugins = [
"pylint.extensions.typing",
"pylint_strict_informational",
"hass_constructor",
"hass_imports",
"hass_logger",
]
persistent = false