We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bace3b commit ad5a5f9Copy full SHA for ad5a5f9
.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.6.9
+ rev: v0.7.2
6
hooks:
7
- id: ruff
8
- id: ruff-format
9
- repo: https://github.com/python-jsonschema/check-jsonschema
10
- rev: 0.29.3
+ rev: 0.29.4
11
12
- id: check-github-workflows
13
- id: check-readthedocs
14
- repo: https://github.com/asottile/blacken-docs
15
- rev: 1.18.0
+ rev: 1.19.1
16
17
- id: blacken-docs
18
additional_dependencies: [black==23.12.1]
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.11.2
+ rev: v1.13.0
21
22
- id: mypy
23
additional_dependencies: ["marshmallow>=3,<4", "Flask"]
0 commit comments