Skip to content

Commit 3fb7d85

Browse files
committed
add tests to exclusion list
1 parent 647490f commit 3fb7d85

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
@@ -151,7 +151,7 @@ warn_required_dynamic_aliases = true
151151
line-length = 120
152152
fix = true
153153
show-fixes = true
154-
exclude = ["code_to_optimize/", "pie_test_set/"]
154+
exclude = ["code_to_optimize/", "pie_test_set/", "tests/"]
155155

156156
[tool.ruff.lint]
157157
select = ["ALL"]

0 commit comments

Comments
 (0)