We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565fd25 commit f263fd4Copy full SHA for f263fd4
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/igorshubovych/markdownlint-cli
11
- rev: "586c3ea3f51230da42bab657c6a32e9e66c364f0" # v0.44.0
+ rev: "192ad822316c3a22fb3d3cc8aa6eafa0b8488360" # v0.45.0
12
hooks:
13
- id: markdownlint
14
args:
15
- --fix
16
- repo: https://github.com/tillig/json-sort-cli
17
- rev: "e49ea86dde26d69661d5de4ab738a7e14c6275b2" # v2.0.3
+ rev: "009ab2ab49e1f2fa9d6b9dfc31009ceeca055204" # v3.0.0
18
19
- id: json-sort
20
0 commit comments