From 535360eaeb1189d4d55690a77ff9306ad118c425 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 6 Feb 2024 20:15:25 +0800 Subject: [PATCH] chore(pre-commit): update --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe81f7b..e227629 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,15 +75,15 @@ repos: - id: check-builtin-literals # requires literal syntax when initializing empty or zero python builtin types. - id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems. # - id: check-docstring-first # checks a common error of defining a docstring after code. - - id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang. - - id: check-json # checks json files for parseable syntax. + # - id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang. + # - id: check-json # checks json files for parseable syntax. - id: check-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable. - - id: pretty-format-json # sets a standard for formatting json files. - args: - - --autofix - - --indent=2 - - --no-sort-keys - - --no-ensure-ascii + # - id: pretty-format-json # sets a standard for formatting json files. + # args: + # - --autofix + # - --indent=2 + # - --no-sort-keys + # - --no-ensure-ascii - id: check-merge-conflict # checks for files that contain merge conflict strings. # - id: check-symlinks # checks for symlinks which do not point to anything. - id: check-toml # checks toml files for parseable syntax.