Skip to content

Commit f1a0520

Browse files
chore: pre-commit dependency update
updates: - [github.com/ansible/ansible-lint: v25.8.1 → v26.4.0](ansible/ansible-lint@v25.8.1...v26.4.0) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/facelessuser/pyspelling.git: 63e4654f0be643ca0f1676227db24bb7f88dee29 → 2.12.1](https://github.com/facelessuser/pyspelling.git/compare/63e4654f0be643ca0f1676227db24bb7f88dee29...2.12.1) - [github.com/tcort/markdown-link-check.git: v3.13.7 → v3.14.2](https://github.com/tcort/markdown-link-check.git/compare/v3.13.7...v3.14.2) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.45.0...v0.48.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.22.0 → v9.24.0](alessandrojcm/commitlint-pre-commit-hook@v9.22.0...v9.24.0) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](gitleaks/gitleaks@v8.28.0...v8.30.0)
1 parent 09bdf38 commit f1a0520

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: 'https://github.com/ansible/ansible-lint'
16-
rev: 'v25.8.1'
16+
rev: 'v26.4.0'
1717
hooks:
1818
- id: 'ansible-lint'
1919
stages:
@@ -83,7 +83,7 @@ repos:
8383
- '--markdown-linebreak-ext=md'
8484

8585
- repo: 'https://github.com/adrienverge/yamllint.git'
86-
rev: 'v1.37.1'
86+
rev: 'v1.38.0'
8787
hooks:
8888
- id: 'yamllint'
8989
stages:
@@ -93,7 +93,7 @@ repos:
9393

9494
- repo: 'https://github.com/facelessuser/pyspelling.git'
9595
# once a release with the pre-commit hook definition is released, this should be replaced (current release: 2.10)
96-
rev: '63e4654f0be643ca0f1676227db24bb7f88dee29'
96+
rev: '2.12.1'
9797
hooks:
9898
- id: 'pyspelling'
9999
stages:
@@ -102,7 +102,7 @@ repos:
102102
verbose: true
103103

104104
- repo: 'https://github.com/tcort/markdown-link-check.git'
105-
rev: 'v3.13.7'
105+
rev: 'v3.14.2'
106106
hooks:
107107
- id: 'markdown-link-check'
108108
stages:
@@ -115,7 +115,7 @@ repos:
115115
- '.markdown-link-check.json'
116116

117117
- repo: 'https://github.com/igorshubovych/markdownlint-cli'
118-
rev: 'v0.45.0'
118+
rev: 'v0.48.0'
119119
hooks:
120120
- id: 'markdownlint'
121121
stages:
@@ -124,7 +124,7 @@ repos:
124124
pass_filenames: true
125125

126126
- repo: 'https://github.com/alessandrojcm/commitlint-pre-commit-hook'
127-
rev: 'v9.22.0'
127+
rev: 'v9.24.0'
128128
hooks:
129129
- id: 'commitlint'
130130
stages:
@@ -143,7 +143,7 @@ repos:
143143
- 'javascript'
144144

145145
- repo: 'https://github.com/gitleaks/gitleaks'
146-
rev: 'v8.28.0'
146+
rev: 'v8.30.0'
147147
hooks:
148148
- id: 'gitleaks'
149149
stages:

0 commit comments

Comments
 (0)