Skip to content

Commit 0450542

Browse files
committed
ci(pre-commit): ignore test file eof
1 parent dfc8c68 commit 0450542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: check-vcs-permalinks
1919
- id: end-of-file-fixer
20-
exclude: "tests/((commands|data)/|test_).+"
20+
exclude: "tests/((commands|data|providers/test_uv_provider)/|test_).+"
2121
- id: trailing-whitespace
2222
args: [ --markdown-linebreak-ext=md ]
2323
exclude: '\.svg$'

0 commit comments

Comments
 (0)