We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce04ab commit 3d89c56Copy full SHA for 3d89c56
.pre-commit-config.yaml
@@ -2,22 +2,22 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.12.11
+ rev: v0.13.3
6
hooks:
7
- id: ruff
8
- id: ruff-format
9
- repo: https://github.com/python-jsonschema/check-jsonschema
10
- rev: 0.33.3
+ rev: 0.34.0
11
12
- id: check-github-workflows
13
- id: check-readthedocs
14
- repo: https://github.com/asottile/blacken-docs
15
- rev: 1.19.1
+ rev: 1.20.0
16
17
- id: blacken-docs
18
additional_dependencies: [black==23.12.1]
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.17.1
+ rev: v1.18.2
21
22
- id: mypy
23
files: ^src/apispec_webframeworks/
0 commit comments