Skip to content

Commit 3a9091e

Browse files
exclude retrieve dir from ruff
1 parent e952f5e commit 3a9091e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ exclude_lines = [
110110

111111
[tool.ruff]
112112
include = ["dspy/**/*.py", "tests/**/*.py"]
113+
exclude = [
114+
"dspy/retrieve/*.py"
115+
]
113116

114117

115118
line-length = 120

0 commit comments

Comments
 (0)