1
mirror of https://github.com/home-assistant/core synced 2024-10-10 12:28:01 +02:00
ha-core/pylint/ruff.toml
2023-06-08 23:43:56 +02:00

7 lines
135 B
TOML

# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"
[isort]
known-third-party = [
"pylint",
]