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 ae06379 commit bace203Copy full SHA for bace203
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: identity
12
- id: check-hooks-apply
13
- repo: https://github.com/Lucas-C/pre-commit-hooks
14
- rev: v1.3.1
+ rev: v1.4.2
15
hooks:
16
- id: insert-license
17
name: Add license for all JavaScript files
@@ -94,7 +94,7 @@ repos:
94
name: Run prettier
95
description: Format files with prettier
96
- repo: https://github.com/igorshubovych/markdownlint-cli
97
- rev: v0.32.2
+ rev: v0.33.0
98
99
- id: markdownlint
100
name: Run markdownlint
@@ -104,7 +104,7 @@ repos:
104
types: [markdown]
105
files: \.(md|mdown|markdown)$
106
- repo: https://github.com/adrienverge/yamllint
107
- rev: v1.28.0
+ rev: v1.29.0
108
109
- id: yamllint
110
name: Run yamllint
0 commit comments