hass-core/pylint/ruff.toml

7 lines
135 B
TOML
Raw Normal View History

2023-06-08 23:43:56 +02:00
# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[isort]
known-third-party = [
"pylint",
]