Skip to content

Commit

Permalink
Add 4 more pre-commit hooks (SalamLang#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 12, 2024
1 parent 78a1ea0 commit 35c3eab
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 @@ -13,7 +13,11 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
Expand Down

0 comments on commit 35c3eab

Please sign in to comment.