1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/script/scaffold/templates/ruff.toml
2024-04-08 15:43:58 +02:00

7 lines
140 B
TOML

extend = "../../ruff.toml"
[lint]
extend-ignore = [
"INP001", # File is part of an implicit namespace package. Add an `__init__.py`.
]