Skip to content

Commit

Permalink
build: JSON sorter in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Aug 6, 2024
1 parent d77444e commit bda5fc1
Show file tree
Hide file tree
Showing 2 changed files with 1,465 additions and 1,305 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ repos:
- id: check-yaml
- id: no-commit-to-branch
- id: mixed-line-ending
- id: pretty-format-json
args: [--autofix, --no-ensure-ascii, '--top-keys=openapi,info,servers,paths,components']
- repo: https://github.com/zricethezav/gitleaks
rev: v8.18.4
hooks:
Expand Down
Loading

0 comments on commit bda5fc1

Please sign in to comment.