Skip to content

Commit 0be0168

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/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.11...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 3ad7e3b commit 0be0168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: trailing-whitespace
3333

3434
- repo: https://github.com/igorshubovych/markdownlint-cli
35-
rev: v0.47.0
35+
rev: v0.48.0
3636
hooks:
3737
- id: markdownlint
3838
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
4343
- id: gitlint
4444

4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.37.1
46+
rev: v1.38.0
4747
hooks:
4848
- id: yamllint
4949
args:
@@ -53,14 +53,14 @@ repos:
5353
]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.14.11
56+
rev: v0.15.9
5757
hooks:
5858
- id: ruff
5959
args: [--fix, --exit-non-zero-on-fix]
6060
- id: ruff-format
6161

6262
# Check for misspellings in documentation files
6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.4.1
64+
rev: v2.4.2
6565
hooks:
6666
- id: codespell

0 commit comments

Comments
 (0)