diff --git a/pyproject.toml b/pyproject.toml index 5218e60..f199598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"