Exclude the directory tests from the pre-commit hook end-of-line-fixer.

This commit is contained in:
Cédric Bonhomme 2024-01-02 23:26:00 +01:00
parent 46da77ef1c
commit 0ca92d1d3a
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -33,6 +33,7 @@ repos:
- id: fix-byte-order-marker - id: fix-byte-order-marker
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: tests/.*
- repo: https://github.com/trailofbits/pip-audit - repo: https://github.com/trailofbits/pip-audit
rev: v2.6.2 rev: v2.6.2
hooks: hooks: