Skip to content

Commit bb179d5

Browse files
chore(deps): bump the github-dependencies group with 4 updates
Bumps the github-dependencies group with 4 updates: [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/editorconfig-checker/editorconfig-checker.python](https://github.com/editorconfig-checker/editorconfig-checker.python). Updates `https://github.com/codespell-project/codespell` from v2.4.1 to 2.4.2 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@v2.4.1...v2.4.2) Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.47.0 to 0.48.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.22.0 to 1.23.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](zizmorcore/zizmor-pre-commit@v1.22.0...v1.23.1) Updates `https://github.com/editorconfig-checker/editorconfig-checker.python` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/editorconfig-checker/editorconfig-checker.python/releases) - [Commits](editorconfig-checker/editorconfig-checker.python@3.6.0...3.6.1) --- updated-dependencies: - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.2 dependency-type: direct:production dependency-group: github-dependencies - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.48.0 dependency-type: direct:production dependency-group: github-dependencies - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.23.1 dependency-type: direct:production dependency-group: github-dependencies - dependency-name: https://github.com/editorconfig-checker/editorconfig-checker.python dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a107bfb commit bb179d5

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
@@ -48,7 +48,7 @@ repos:
4848
files: \.md$
4949
stages: [manual]
5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.4.1
51+
rev: v2.4.2
5252
hooks:
5353
- id: codespell
5454
name: run codespell
@@ -100,7 +100,7 @@ repos:
100100
description: Trims trailing whitespace
101101
args: [--markdown-linebreak-ext=md]
102102
- repo: https://github.com/igorshubovych/markdownlint-cli
103-
rev: v0.47.0
103+
rev: v0.48.0
104104
hooks:
105105
- id: markdownlint
106106
name: run markdownlint
@@ -125,7 +125,7 @@ repos:
125125
name: run gitleaks
126126
description: check for secrets with gitleaks
127127
- repo: https://github.com/zizmorcore/zizmor-pre-commit
128-
rev: v1.22.0
128+
rev: v1.23.1
129129
hooks:
130130
- id: zizmor
131131
name: run zizmor
@@ -162,7 +162,7 @@ repos:
162162
name: run shellcheck
163163
description: check Shell scripts with shellcheck
164164
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
165-
rev: 3.6.0
165+
rev: 3.6.1
166166
hooks:
167167
- id: editorconfig-checker
168168
name: run editorconfig-checker

0 commit comments

Comments
 (0)