Skip to content

Commit

Permalink
exclude postman_collection.json from end-of-file-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed Jul 24, 2024
1 parent 2396366 commit a7117e9
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 @@ -5,7 +5,7 @@ repos:
- id: trailing-whitespace
exclude: REQUIREMENTS\.md$
- id: end-of-file-fixer
exclude: REQUIREMENTS\.md$
exclude: REQUIREMENTS\.md$|postman_collection\.json$
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: debug-statements
Expand Down

0 comments on commit a7117e9

Please sign in to comment.