Skip to content

Commit f67e136

Browse files
authored
Merge branch 'main' into candidate-loop-prevent-exit
2 parents 27fff6f + ea12bb3 commit f67e136

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)