Skip to content

Commit 7a138ee

Browse files
committed
Fix small inconsistencies in test/fixtures/ exclusions
1 parent 9556f63 commit 7a138ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: codespell
66
additional_dependencies: [tomli]
7-
exclude: "test/fixtures/"
7+
exclude: ^test/fixtures/
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
rev: v0.6.0
@@ -26,7 +26,7 @@ repos:
2626
rev: v4.6.0
2727
hooks:
2828
- id: end-of-file-fixer
29-
exclude: test/fixtures/
29+
exclude: ^test/fixtures/
3030
- id: check-toml
3131
- id: check-yaml
3232
- id: check-merge-conflict

0 commit comments

Comments
 (0)