Enable Ruff INP001 (#115082)

This commit is contained in:
Sid
2024-04-08 15:43:58 +02:00
committed by GitHub
parent f8b6629b26
commit 376aafc83e
6 changed files with 20 additions and 0 deletions

View File

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