Skip to content

Commit 1c8f9d5

Browse files
authored
Merge branch 'main' into ed-documents-cleanup
2 parents a65af18 + 84f9279 commit 1c8f9d5

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)