From 907baa60e29c05bfcaeea867da5228c37621f9a5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 14 Feb 2024 20:49:39 +0900 Subject: [PATCH] Fixed style of files --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90caf8169e..74989927d1 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: