Skip to content

Commit f3bc55e

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/astral-sh/uv-pre-commit: 0.10.9 → 0.11.3](astral-sh/uv-pre-commit@0.10.9...0.11.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bd8c0ca commit f3bc55e

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
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.4
5+
rev: v0.15.9
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.37.0
10+
rev: 0.37.1
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
@@ -17,12 +17,12 @@ repos:
1717
- id: blacken-docs
1818
additional_dependencies: [black==23.12.1]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.19.1
20+
rev: v1.20.0
2121
hooks:
2222
- id: mypy
2323
files: ^src/apispec_webframeworks/
2424
additional_dependencies: ["Flask==2.3.3", "tornado>=6", "bottle", "apispec[yaml]>=5.2.1", types-setuptools]
2525
- repo: https://github.com/astral-sh/uv-pre-commit
26-
rev: 0.10.9
26+
rev: 0.11.3
2727
hooks:
2828
- id: uv-lock

0 commit comments

Comments
 (0)