Skip to content

Commit 84f9279

Browse files
nit: exclude input_repo/output_repo from lint (#27)
1 parent 1b773d5 commit 84f9279

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ classifiers = [
2121

2222
[tool.ruff]
2323
line-length = 200
24+
lint.exclude = [
25+
"**/input_repo/**",
26+
"**/output_repo/**",
27+
]
2428

2529
[tool.uv]
2630
cache-keys = [{ git = { commit = true, tags = true } }]

0 commit comments

Comments
 (0)