Skip to content

Commit d9c3e67

Browse files
chore(deps): bump the pre-commit-hooks group across 1 directory with 4 updates (#2842)
Bumps the pre-commit-hooks group with 4 updates in the / directory: [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell), [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli), [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) and [https://github.com/tcort/markdown-link-check](https://github.com/tcort/markdown-link-check). Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@2ccb47f...57b2140) Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.49.0 to 0.49.1 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@a4d5d37...5b5dddc) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.26.1 to 1.28.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](zizmorcore/zizmor-pre-commit@e3eebf6...067260d) Updates `https://github.com/tcort/markdown-link-check` from v3.14.2 to 3.15.0 - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](tcort/markdown-link-check@3a8992d...275c27c) --- updated-dependencies: - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.49.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.28.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/tcort/markdown-link-check dependency-version: 3.15.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cde5990 commit d9c3e67

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
files: \.md$
7575
stages: [manual]
7676
- repo: https://github.com/codespell-project/codespell
77-
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
77+
rev: 57b21406f092110c18776e39b0bda50d37c945c8 # frozen: v2.4.3
7878
hooks:
7979
- id: codespell
8080
priority: 100
@@ -146,7 +146,7 @@ repos:
146146
description: Trims trailing whitespace
147147
args: [--markdown-linebreak-ext=md]
148148
- repo: https://github.com/igorshubovych/markdownlint-cli
149-
rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # frozen: v0.49.0
149+
rev: 5b5dddc4fb0f83c3ea1fc5616fa63e115dce83e0 # frozen: v0.49.1
150150
hooks:
151151
- id: markdownlint
152152
priority: 100
@@ -174,7 +174,7 @@ repos:
174174
name: run gitleaks
175175
description: check for secrets with gitleaks
176176
- repo: https://github.com/zizmorcore/zizmor-pre-commit
177-
rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
177+
rev: 067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129 # frozen: v1.28.0
178178
hooks:
179179
- id: zizmor
180180
priority: 100
@@ -191,7 +191,7 @@ repos:
191191
name: run actionlint
192192
description: actionlint is a static checker for GitHub Actions workflow files
193193
- repo: https://github.com/tcort/markdown-link-check
194-
rev: 3a8992dcbb083a248671812c7027b6995ef88523 # frozen: v3.14.2
194+
rev: 275c27c5035a5b4a656fe0e21a4c1403c118c767 # frozen: v3.15.0
195195
hooks:
196196
- id: markdown-link-check
197197
priority: 100

0 commit comments

Comments
 (0)