Skip to content

Commit bace203

Browse files
authored
pre-commit autoupdate (#430)
1 parent ae06379 commit bace203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: identity
1212
- id: check-hooks-apply
1313
- repo: https://github.com/Lucas-C/pre-commit-hooks
14-
rev: v1.3.1
14+
rev: v1.4.2
1515
hooks:
1616
- id: insert-license
1717
name: Add license for all JavaScript files
@@ -94,7 +94,7 @@ repos:
9494
name: Run prettier
9595
description: Format files with prettier
9696
- repo: https://github.com/igorshubovych/markdownlint-cli
97-
rev: v0.32.2
97+
rev: v0.33.0
9898
hooks:
9999
- id: markdownlint
100100
name: Run markdownlint
@@ -104,7 +104,7 @@ repos:
104104
types: [markdown]
105105
files: \.(md|mdown|markdown)$
106106
- repo: https://github.com/adrienverge/yamllint
107-
rev: v1.28.0
107+
rev: v1.29.0
108108
hooks:
109109
- id: yamllint
110110
name: Run yamllint

0 commit comments

Comments
 (0)