Skip to content

Commit

Permalink
Add some more useful hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdelaney committed May 23, 2023
1 parent 4363d1b commit f1fd3c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ repos:
- id: check-json
- id: check-yaml
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: mixed-line-ending
- id: check-yaml

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.23.2
Expand All @@ -19,3 +23,10 @@ repos:
- id: markdown-toc
- id: mdspell
- id: spelling-sort

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
hooks:
- id: shellcheck
name: lint shell scripts with shellcheck
types: [shell]

0 comments on commit f1fd3c7

Please sign in to comment.