Skip to content

Commit 40a9813

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.7](astral-sh/ruff-pre-commit@v0.12.12...v0.15.7) - https://gitlab.com/bmares/check-json5: v1.0.0 → v1.0.1 - [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.48.0](igorshubovych/markdownlint-cli@v0.45.0...v0.48.0)
1 parent 277d88e commit 40a9813

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

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.12
23+
rev: v0.15.7
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
2727
- id: ruff-format
2828

2929
- repo: https://gitlab.com/bmares/check-json5
30-
rev: v1.0.0
30+
rev: v1.0.1
3131
hooks:
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.48.0
5252
hooks:
5353
- id: markdownlint

0 commit comments

Comments
 (0)