mirror of
https://github.com/home-assistant/core.git
synced 2025-07-03 11:27:05 +00:00
7 lines
140 B
TOML
7 lines
140 B
TOML
extend = "../../ruff.toml"
|
|
|
|
[lint]
|
|
extend-ignore = [
|
|
"INP001", # File is part of an implicit namespace package. Add an `__init__.py`.
|
|
]
|