Skip to content

Commit

Permalink
Merge pull request #6036 from jbampton/add-pre-commit-hook
Browse files Browse the repository at this point in the history
pre-commit: add hook `forbid-submodules`
  • Loading branch information
matz committed Aug 13, 2023
2 parents d53aa54 + 6ac6d69 commit 2a3af5d
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 @@ -26,6 +26,7 @@ repos:
args: [--unique]
files: ^codespell\.txt$
- id: fix-byte-order-marker
- id: forbid-submodules
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand Down

0 comments on commit 2a3af5d

Please sign in to comment.