Skip to content

Commit 5d4d0ca

Browse files
[pre-commit.ci] pre-commit autoupdate (#171)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d279ae8 commit 5d4d0ca

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
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.11.12
5+
rev: v0.12.2
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.33.0
10+
rev: 0.33.2
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
@@ -17,7 +17,7 @@ repos:
1717
- id: blacken-docs
1818
additional_dependencies: [black==23.12.1]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.16.0
20+
rev: v1.16.1
2121
hooks:
2222
- id: mypy
2323
files: ^src/apispec_webframeworks/

0 commit comments

Comments
 (0)