diff --git a/pyproject.toml b/pyproject.toml index 4c61ba5..eb4fd1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,10 @@ classifiers = [ [tool.ruff] line-length = 200 +lint.exclude = [ + "**/input_repo/**", + "**/output_repo/**", +] [tool.uv] cache-keys = [{ git = { commit = true, tags = true } }]