feat: add and update pre-commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.3.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
@@ -9,7 +9,9 @@ repos:
|
|||||||
exclude: '^.*\/templates\/.*$'
|
exclude: '^.*\/templates\/.*$'
|
||||||
args:
|
args:
|
||||||
- --multi
|
- --multi
|
||||||
|
- id: check-merge-conflict
|
||||||
|
- id: check-json
|
||||||
- repo: https://github.com/IamTheFij/docker-pre-commit
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
||||||
rev: v2.0.0
|
rev: v3.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: docker-compose-check
|
- id: docker-compose-check
|
||||||
|
|||||||
Reference in New Issue
Block a user