1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/blinksticklight/ruff.toml
2024-07-12 16:09:07 +02:00

5 lines
69 B
TOML

extend = "../../../pyproject.toml"
lint.extend-ignore = [
"F821"
]