Skip to content

Commit 6d068dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.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/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent e4e97f5 commit 6d068dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/igorshubovych/markdownlint-cli
26-
rev: v0.47.0
26+
rev: v0.48.0
2727
hooks:
2828
- id: markdownlint
2929
args: ["--fix"]
@@ -44,7 +44,7 @@ repos:
4444
- id: shellcheck
4545

4646
- repo: https://github.com/adrienverge/yamllint.git
47-
rev: v1.37.1
47+
rev: v1.38.0
4848
hooks:
4949
- id: yamllint
5050

@@ -55,6 +55,6 @@ repos:
5555

5656
# Check for misspellings in documentation files
5757
- repo: https://github.com/codespell-project/codespell
58-
rev: v2.4.1
58+
rev: v2.4.2
5959
hooks:
6060
- id: codespell

0 commit comments

Comments
 (0)