Skip to content

Commit f5b51f8

Browse files
Remove unnecessary precommit exclude (#8405)
1 parent 592664a commit f5b51f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
language: system
1414
types_or: [python, pyi]
1515
files: ^(dspy|tests)/.*\.py$
16-
exclude: ^(dspy/__metadata__\.py|dspy/retrieve/.*\.py|tests/reliability/.*\.py|tests/retrieve/.*\.py)$
16+
exclude: ^(dspy/__metadata__\.py|tests/reliability/.*\.py)$
1717
args: [check, --fix-only]
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)