Skip to content

Commit 6e145c3

Browse files
authored
Merge pull request #445 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
2 parents 9b2ad66 + babc576 commit 6e145c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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/gitleaks/gitleaks
14-
rev: v8.21.2
14+
rev: v8.24.0
1515
hooks:
1616
- id: gitleaks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -42,7 +42,7 @@ repos:
4242
args: [--whitespaces-count, '2']
4343
exclude: ^Makefile$
4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
name: Run codespell
@@ -63,7 +63,7 @@ repos:
6363
types: [markdown]
6464
files: \.md$
6565
- repo: https://github.com/igorshubovych/markdownlint-cli
66-
rev: v0.42.0
66+
rev: v0.44.0
6767
hooks:
6868
- id: markdownlint
6969
name: Run markdownlint

0 commit comments

Comments
 (0)