Skip to content

Commit 594660d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.1](astral-sh/ruff-pre-commit@v0.11.2...v0.12.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0)
1 parent bf006b4 commit 594660d

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.11.2
23+
rev: v0.12.1
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.15.0
35+
rev: v1.16.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.44.0
51+
rev: v0.45.0
5252
hooks:
5353
- id: markdownlint

0 commit comments

Comments
 (0)