pre-commit: separate hook repos with blank lines
This commit is contained in:
parent
8e2b50e034
commit
1a89e1324f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ repos:
|
|||
- repo: meta
|
||||
hooks:
|
||||
- id: check-useless-excludes
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
|
@ -12,6 +13,7 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.10.0.1
|
||||
hooks:
|
||||
|
|
Loading…
Add table
Reference in a new issue