diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-11 22:48:40 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-11 22:48:40 +0100 |
commit | 293da74671ec21fab1762ad9978f631555e2c2cc (patch) | |
tree | 270ef3bbdb2c4a8a2a262eabdbd5c29bef6cfcb6 /.pre-commit-config.yaml | |
parent | cc5481131d960358e4cdd08f3095a74746d5a43e (diff) |
feat(pre-commit): remove check-yaml
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7360780..7fa20f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: local |