diff --git a/pyproject.toml b/pyproject.toml index 4e8b03f..67c7a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,3 +42,8 @@ mark-parentheses = false [tool.ruff.lint.isort] known-first-party = ["cockpit"] + +[tool.vulture] +ignore_names = [ + "test[A-Z0-9]*", +]