2 changed files with 25 additions and 5 deletions
@ -0,0 +1,14 @@
|
||||
repos: |
||||
- repo: https://github.com/pre-commit/pre-commit-hooks |
||||
rev: v3.2.0 |
||||
hooks: |
||||
- id: trailing-whitespace |
||||
- id: end-of-file-fixer |
||||
- id: check-yaml |
||||
args: |
||||
- --allow-multiple-documents |
||||
- id: check-merge-conflict |
||||
- repo: https://github.com/shellcheck-py/shellcheck-py |
||||
rev: v0.7.1.1 |
||||
hooks: |
||||
- id: shellcheck |
Loading…
Reference in new issue