Skip to content

Commit db3b745

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/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.4...v0.15.6)
1 parent bd22471 commit db3b745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: false
22
default_language_version:
33
python: python3
44
default_stages:
5-
- commit
5+
- pre-commit
66
minimum_pre_commit_version: 2.16.0
77
repos:
88
- repo: https://github.com/asottile/blacken-docs
@@ -30,7 +30,7 @@ repos:
3030
)$
3131
3232
- repo: https://github.com/igorshubovych/markdownlint-cli
33-
rev: v0.47.0
33+
rev: v0.48.0
3434
hooks:
3535
- id: markdownlint-fix
3636
exclude: |
@@ -40,7 +40,7 @@ repos:
4040
)$
4141
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.15.4
43+
rev: v0.15.6
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)