Skip to content

Commit

Permalink
chore(pre-commit): update
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 committed Feb 6, 2024
1 parent a059d60 commit 535360e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 535360e

Please sign in to comment.