Skip to content

Commit c5edac2

Browse files
authored
Merge pull request #467 from jbampton/update-pre-commit
2 parents 90c098b + de96c9f commit c5edac2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ repos:
1515
name: run check-hooks-apply
1616
description: check hooks apply to the repository
1717
- repo: https://github.com/gitleaks/gitleaks
18-
rev: v8.28.0
18+
rev: v8.30.0
1919
hooks:
2020
- id: gitleaks
2121
name: run gitleaks
2222
description: detect hardcoded secrets with gitleaks
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v5.0.0
24+
rev: v6.0.0
2525
hooks:
2626
- id: check-added-large-files
2727
- id: check-case-conflict
2828
- id: check-executables-have-shebangs
29+
- id: check-illegal-windows-names
2930
- id: check-merge-conflict
3031
- id: check-shebang-scripts-are-executable
3132
- id: check-vcs-permalinks
@@ -52,7 +53,7 @@ repos:
5253
args: [--whitespaces-count, '2']
5354
exclude: ^Makefile$
5455
- repo: https://github.com/rhysd/actionlint
55-
rev: v1.7.7
56+
rev: v1.7.9
5657
hooks:
5758
- id: actionlint
5859
name: run actionlint
@@ -65,7 +66,7 @@ repos:
6566
description: check spelling with codespell
6667
args: [--ignore-words=.github/linters/codespell.txt]
6768
- repo: https://github.com/tcort/markdown-link-check
68-
rev: v3.13.7
69+
rev: v3.14.2
6970
hooks:
7071
- id: markdown-link-check
7172
name: run markdown-link-check
@@ -74,7 +75,7 @@ repos:
7475
types: [markdown]
7576
files: \.md$
7677
- repo: https://github.com/igorshubovych/markdownlint-cli
77-
rev: v0.45.0
78+
rev: v0.46.0
7879
hooks:
7980
- id: markdownlint
8081
name: run markdownlint
@@ -83,7 +84,7 @@ repos:
8384
types: [markdown]
8485
files: \.md$
8586
- repo: https://github.com/rubocop/rubocop
86-
rev: v1.79.1
87+
rev: v1.81.7
8788
hooks:
8889
- id: rubocop
8990
name: run rubocop

0 commit comments

Comments
 (0)