Skip to content

Commit 35c63ca

Browse files
[pre-commit.ci] pre-commit autoupdate (#404)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/zizmorcore/zizmor-pre-commit: v1.24.1 → v1.25.2](zizmorcore/zizmor-pre-commit@v1.24.1...v1.25.2) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/astral-sh/uv-pre-commit: 0.11.8 → 0.11.17](astral-sh/uv-pre-commit@0.11.8...0.11.17) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ff81ed5 commit 35c63ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.12
5+
rev: v0.15.15
66
hooks:
77
- id: ruff
88
- id: ruff-format
@@ -12,7 +12,7 @@ repos:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
1414
- repo: https://github.com/zizmorcore/zizmor-pre-commit
15-
rev: v1.24.1
15+
rev: v1.25.2
1616
hooks:
1717
- id: zizmor
1818
- repo: https://github.com/asottile/blacken-docs
@@ -21,11 +21,11 @@ repos:
2121
- id: blacken-docs
2222
additional_dependencies: [black==24.10.0]
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.20.2
24+
rev: v2.1.0
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: ["marshmallow>=3,<4", "Flask"]
2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.11.8
29+
rev: 0.11.17
3030
hooks:
3131
- id: uv-lock

0 commit comments

Comments
 (0)