Skip to content

Commit b9dab98

Browse files
committed
exclude tests
1 parent 2ddc3a6 commit b9dab98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ ignore = [
7777
"E741", # ambiguous-variable-name
7878
]
7979
exclude = [
80-
"src/lobster/model/openfold_utils"
80+
"src/lobster/model/openfold_utils",
81+
"tests"
8182
]
8283

8384
[tool.ruff.per-file-ignores]

0 commit comments

Comments
 (0)