ruff: Enable implicit namespace pkgs in .github/scripts
Some checks are pending
CI / validation (push) Waiting to run
CI / unit-tests (push) Waiting to run
CI / Produce Pull Request payload artifact (push) Waiting to run

This commit is contained in:
ItsDrike 2024-07-13 13:30:11 +02:00
parent 943d2bb8c3
commit 800c63cfc6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -124,6 +124,9 @@ max-statements = 250
"D", # docstrings
"S101", # Use of assert
]
".github/scripts/**.py" = [
"INP001", # Implicit namespace package
]
[tool.ruff.format]
line-ending = "lf"