Skip to content

Commit

Permalink
chore: exclude test_data from whitespace checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jnooree committed Dec 11, 2023
1 parent cd28d41 commit d2ec0a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ repos:
- id: check-symlinks
- id: destroyed-symlinks
- id: end-of-file-fixer
exclude: ^test/test_data/
- id: fix-byte-order-marker
exclude: ^test/test_data/
- id: trailing-whitespace
exclude: ^test/test_data/
args: ["--markdown-linebreak-ext=md"]
- id: mixed-line-ending
exclude: ^test/test_data/
args: ["--fix=lf"]
- repo: https://github.com/seoklab/shared-hooks
rev: v0.1.1
Expand Down

0 comments on commit d2ec0a3

Please sign in to comment.