Skip to content

Commit

Permalink
Fix pre-commit regex
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Sep 12, 2024
1 parent b6bf215 commit 763a262
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 @@ -6,9 +6,9 @@ repos:
rev: 'v4.6.0'
hooks:
- id: end-of-file-fixer
exclude: '^tests/control/*'
exclude: '^tests/control/.*'
- id: trailing-whitespace
exclude: '(?:setup.cfg.*|paper/.*)|^tests/control/*'
exclude: '(?:setup.cfg.*|paper/.*)|^tests/control/.*'
- id: debug-statements
- id: check-builtin-literals
- id: check-executables-have-shebangs
Expand Down

0 comments on commit 763a262

Please sign in to comment.