Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburkhart committed Sep 12, 2024
1 parent 3332048 commit bc7263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
exclude: ^tests/control/
- id: trailing-whitespace
exclude: '(?:setup.cfg.*|paper/.*)'
exclude: '(?:setup.cfg.*|paper/.*)|^tests/control/'
- id: debug-statements
- id: check-builtin-literals
- id: check-executables-have-shebangs
Expand Down

0 comments on commit bc7263c

Please sign in to comment.