Skip to content

Commit

Permalink
Exclude the directory tests from the pre-commit hook end-of-line-fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 2, 2024
1 parent 46da77e commit 0ca92d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repos:
- id: fix-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: tests/.*
- repo: https://github.com/trailofbits/pip-audit
rev: v2.6.2
hooks:
Expand Down

0 comments on commit 0ca92d1

Please sign in to comment.