Skip to content

Commit 396bc28

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.12...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.1](pre-commit/mirrors-mypy@v1.17.1...v1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0)
1 parent c66b2ce commit 396bc28

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
@@ -20,7 +20,7 @@ repos:
2020
args: ['--fix=lf']
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.12
23+
rev: v0.14.10
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -32,7 +32,7 @@ repos:
3232
- id: check-json5
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.17.1
35+
rev: v1.19.1
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:
@@ -48,6 +48,6 @@ repos:
4848
- types-pygments
4949

5050
- repo: https://github.com/igorshubovych/markdownlint-cli
51-
rev: v0.45.0
51+
rev: v0.47.0
5252
hooks:
5353
- id: markdownlint

0 commit comments

Comments
 (0)