We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9556f63 commit 7a138eeCopy full SHA for 7a138ee
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
4
hooks:
5
- id: codespell
6
additional_dependencies: [tomli]
7
- exclude: "test/fixtures/"
+ exclude: ^test/fixtures/
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
rev: v0.6.0
@@ -26,7 +26,7 @@ repos:
26
rev: v4.6.0
27
28
- id: end-of-file-fixer
29
- exclude: test/fixtures/
30
- id: check-toml
31
- id: check-yaml
32
- id: check-merge-conflict
0 commit comments