Skip to content

Commit

Permalink
Add four new hooks from pre-commit/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Oct 2, 2024
1 parent f0e55b3 commit dc7f09e
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 @@ -16,9 +16,13 @@ repos:
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-toml
- id: check-vcs-permalinks
- id: check-xml
- id: debug-statements
- id: destroyed-symlinks
- id: detect-aws-credentials
args:
- --allow-missing-credentials
Expand Down

0 comments on commit dc7f09e

Please sign in to comment.