Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a138ee

Browse filesBrowse files
committed
Fix small inconsistencies in test/fixtures/ exclusions
1 parent 9556f63 commit 7a138ee
Copy full SHA for 7a138ee

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.