diff --git a/pyproject.toml b/pyproject.toml index 4f6ea09..e71b2d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,6 @@ select = [ [tool.ruff.lint.per-file-ignores] # Tests: allow unused args (fixtures), prints (debugging), commented code (examples) -"test_*.py" = ["ARG", "T20", "ERA"] +"**/test_*.py" = ["ARG", "T20", "ERA"] # Re-export modules: unused imports are intentional -"v7/hardware.py" = ["F401"] +"**/v7/hardware.py" = ["F401"]