diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90caf8169..74989927d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,13 +27,13 @@ repos: - id: check-yaml args: [--allow-multiple-documents] - id: check-symlinks - - id: pretty-format-json +# - id: pretty-format-json - id: check-added-large-files -- repo: https://github.com/adrienverge/yamllint.git - rev: v1.21.0 # or higher tag - hooks: - - id: yamllint - args: [--format, parsable, --strict] +#- repo: https://github.com/adrienverge/yamllint.git +# rev: v1.21.0 # or higher tag +# hooks: +# - id: yamllint +# args: [--format, parsable, --strict] #- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt # rev: 0.2.3 # hooks: