Skip to content

Commit

Permalink
pre-commit: add four more hooks (SalamLang#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 2, 2024
1 parent f1669af commit 4b7611f
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-merge-conflict
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: forbid-submodules
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit 4b7611f

Please sign in to comment.