mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-24 20:29:24 +01:00
.pre-commit-config.yaml: configure pretty-format-json from pre-commit-hooks
This commit is contained in:
parent
6df24965dc
commit
ab28ea7996
@ -41,9 +41,10 @@ repos:
|
|||||||
#- id: fix-encoding-pragma
|
#- id: fix-encoding-pragma
|
||||||
#args: [--remove]
|
#args: [--remove]
|
||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
|
args: [--fix=auto]
|
||||||
|
- id: pretty-format-json
|
||||||
args:
|
args:
|
||||||
[--fix=auto]
|
[--autofix, --no-ensure-ascii, --no-sort-keys]
|
||||||
#- id: pretty-format-json
|
|
||||||
#- id: requirements-txt-fixer
|
#- id: requirements-txt-fixer
|
||||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||||
rev: v1.6.1
|
rev: v1.6.1
|
||||||
|
Loading…
Reference in New Issue
Block a user