Skip to content

Commit

Permalink
Fix small inconsistencies in test/fixtures/ exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 15, 2024
1 parent 9556f63 commit 7a138ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: codespell
additional_dependencies: [tomli]
exclude: "test/fixtures/"
exclude: ^test/fixtures/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
Expand All @@ -26,7 +26,7 @@ repos:
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude: test/fixtures/
exclude: ^test/fixtures/
- id: check-toml
- id: check-yaml
- id: check-merge-conflict
Expand Down

0 comments on commit 7a138ee

Please sign in to comment.