Skip to content

Commit

Permalink
format json files with pre-commit hook (#5364)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored Nov 7, 2024
1 parent 9430efa commit e02d2c3
Show file tree
Hide file tree
Showing 7 changed files with 6,592 additions and 6,067 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: ".unleash/"
- id: pretty-format-json
args:
- "--autofix"
- "--indent=4"
- "--no-sort-keys"

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
Expand Down
Loading

0 comments on commit e02d2c3

Please sign in to comment.