Skip to content

Commit e346030

Browse files
exclude reliability test and retrieve test from ruff rule
1 parent 3a9091e commit e346030

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ exclude_lines = [
111111
[tool.ruff]
112112
include = ["dspy/**/*.py", "tests/**/*.py"]
113113
exclude = [
114-
"dspy/retrieve/*.py"
114+
"dspy/retrieve/*.py",
115+
"tests/reliability/*.py",
116+
"tests/retrieve/*.py",
115117
]
116118

117119

0 commit comments

Comments
 (0)