Skip to content

Commit fd1623a

Browse files
[pre-commit.ci] pre-commit autoupdate (#200)
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 8ebf451 commit fd1623a

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,12 +21,12 @@ repos:
2121
- id: blacken-docs
2222
additional_dependencies: [black==23.12.1]
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
files: ^src/apispec_webframeworks/
2828
additional_dependencies: ["Flask==2.3.3", "tornado>=6", "bottle", "apispec[yaml]>=5.2.1", types-setuptools]
2929
- repo: https://github.com/astral-sh/uv-pre-commit
30-
rev: 0.11.8
30+
rev: 0.11.17
3131
hooks:
3232
- id: uv-lock

0 commit comments

Comments
 (0)