mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Enable Ruff INP001 (#115082)
This commit is contained in:
6
script/scaffold/templates/ruff.toml
Normal file
6
script/scaffold/templates/ruff.toml
Normal file
@ -0,0 +1,6 @@
|
||||
extend = "../../ruff.toml"
|
||||
|
||||
[lint]
|
||||
extend-ignore = [
|
||||
"INP001", # File is part of an implicit namespace package. Add an `__init__.py`.
|
||||
]
|
Reference in New Issue
Block a user