Skip to content

Commit

Permalink
chore: Remove json related pre-commit hooks due to jsonc incompatibil…
Browse files Browse the repository at this point in the history
…ity. (#278)
  • Loading branch information
huxuan committed Jan 17, 2024
1 parent 3cd389a commit cec66ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -11,7 +11,6 @@ repos:
hooks:
- id: check-added-large-files
- id: check-docstring-first
- id: check-json
- id: check-merge-conflict
args:
- '--assume-in-merge'
Expand All @@ -25,9 +24,6 @@ repos:
- id: no-commit-to-branch
stages:
- pre-push
- id: pretty-format-json
args:
- '--autofix'
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- id: trailing-whitespace
Expand Down
4 changes: 0 additions & 4 deletions template/.pre-commit-config.yaml.jinja
Expand Up @@ -12,7 +12,6 @@ repos:
hooks:
- id: check-added-large-files
- id: check-docstring-first
- id: check-json
- id: check-merge-conflict
args:
- '--assume-in-merge'
Expand All @@ -26,9 +25,6 @@ repos:
- id: no-commit-to-branch
stages:
- pre-push
- id: pretty-format-json
args:
- '--autofix'
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- id: trailing-whitespace
Expand Down

0 comments on commit cec66ff

Please sign in to comment.