Skip to content

Commit

Permalink
fix: Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Dec 7, 2024
1 parent 4d88c27 commit 343d61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: pretty-format-json
args: ["--indent=\t", '--no-sort-keys']
args: ['--indent=4', '--no-sort-keys']
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit 343d61a

Please sign in to comment.