mirror of
https://github.com/home-assistant/core.git
synced 2025-04-22 08:17:52 +00:00

* Update ruff to 0.2.1 * Rename config sections * Update remapped error codes * Add ignores
8 lines
138 B
TOML
8 lines
138 B
TOML
# This extend our general Ruff rules specifically for tests
|
|
extend = "../pyproject.toml"
|
|
|
|
[lint.isort]
|
|
forced-separate = [
|
|
"tests",
|
|
]
|