ruff: Enable implicit namespace pkgs in .github/scripts
This commit is contained in:
parent
943d2bb8c3
commit
800c63cfc6
|
@ -124,6 +124,9 @@ max-statements = 250
|
||||||
"D", # docstrings
|
"D", # docstrings
|
||||||
"S101", # Use of assert
|
"S101", # Use of assert
|
||||||
]
|
]
|
||||||
|
".github/scripts/**.py" = [
|
||||||
|
"INP001", # Implicit namespace package
|
||||||
|
]
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
line-ending = "lf"
|
line-ending = "lf"
|
||||||
|
|
Loading…
Reference in a new issue