We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31b23cd + 7d1e8ce commit c39274cCopy full SHA for c39274c
.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.9.4
+ rev: v0.9.9
6
hooks:
7
- id: ruff
8
- id: ruff-format
9
- repo: https://github.com/python-jsonschema/check-jsonschema
10
- rev: 0.31.1
+ rev: 0.31.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.14.1
+ rev: v1.15.0
21
22
- id: mypy
23
additional_dependencies: ["marshmallow>=3,<4", "Flask"]
0 commit comments