core/homeassistant/components/blinksticklight/ruff.toml

5 lines
69 B
TOML

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