Skip to content

Commit

Permalink
pre-commit: use built in json hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 24, 2024
1 parent 906a85b commit 1a70aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ repos:
exclude_types: [svg]
- id: trailing-whitespace
exclude_types: [svg]

# - repo: https://github.com/pre-commit/mirrors-prettier
# rev: v4.0.0-alpha.8
# hooks:
# - id: prettier
- id: pretty-format-json
indent: 4
exclude_types: [jupyter]
- id: check-yaml
- id: check-toml

0 comments on commit 1a70aa0

Please sign in to comment.