pre-commit: remove check-yaml, prettier will cover that

This commit is contained in:
Erik Sundell
2021-06-26 19:27:13 +02:00
committed by Erik Sundell
parent bb756586b8
commit 744cb368d0

View File

@@ -22,13 +22,6 @@ repos:
hooks: hooks:
- id: prettier - id: prettier
# Check: YAML
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-yaml
files: .*\.(yaml|yml)$
# Lint: Dockerfile # Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint.git - repo: https://github.com/hadolint/hadolint.git
rev: v2.5.0 rev: v2.5.0