Skip to content

Commit

Permalink
Merge pull request #1845 from HHS/patch-Update-precommit-exclude-svg
Browse files Browse the repository at this point in the history
Exclude USWDS .svg files from eol pre-commit
  • Loading branch information
tdonaworth authored Jan 8, 2024
2 parents fbaf3b8 + 686cb4e commit 144f25a
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 @@ -6,6 +6,7 @@ repos:
- id: detect-private-key
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: '^frontend/src/uswds/.*\.svg$'
- id: check-json
- id: check-yaml
- id: check-added-large-files
Expand Down

0 comments on commit 144f25a

Please sign in to comment.