Skip to content

Commit ea12bb3

Browse files
authored
Merge pull request #657 from codeflash-ai/fix-ruff-extend
extend the exclusions, not replace.
2 parents 1a9ee7f + f612ef2 commit ea12bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ target-version = "py39"
200200
line-length = 120
201201
fix = true
202202
show-fixes = true
203-
exclude = ["code_to_optimize/", "pie_test_set/", "tests/"]
203+
extend-exclude = ["code_to_optimize/", "pie_test_set/", "tests/"]
204204

205205
[tool.ruff.lint]
206206
select = ["ALL"]

0 commit comments

Comments
 (0)