Skip to content

Commit d91d048

Browse files
some exclusions
1 parent 10f49fe commit d91d048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ exclude_lines = [
111111
[tool.ruff]
112112
include = ["dspy/**/*.py", "tests/**/*.py"]
113113
exclude = [
114+
"dspy/__metadata__.py",
114115
"dspy/retrieve/*.py",
115116
"tests/reliability/*.py",
116117
"tests/retrieve/*.py",
@@ -170,3 +171,4 @@ ban-relative-imports = "all"
170171
"ARG001", # Allow unused arguments in tests (like pytest fixtures)
171172
]
172173
"__init__.py" = ["F401"] # Init files can be empty
174+
"dspy/__init__.py" = ["I001", "E402", "F405"]

0 commit comments

Comments
 (0)