We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c93f12 + 583d193 commit 68ffab5Copy full SHA for 68ffab5
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.11.12
+ rev: v0.12.2
6
hooks:
7
- id: ruff
8
- id: ruff-format
9
- repo: https://github.com/python-jsonschema/check-jsonschema
10
- rev: 0.33.0
+ rev: 0.33.2
11
12
- id: check-github-workflows
13
- id: check-readthedocs
@@ -17,7 +17,7 @@ repos:
17
- id: blacken-docs
18
additional_dependencies: [black==24.10.0]
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.16.0
+ rev: v1.16.1
21
22
- id: mypy
23
additional_dependencies: ["marshmallow>=3,<4", "Flask"]
0 commit comments