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 3942ec3 commit 432c040Copy full SHA for 432c040
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
args: [--no-build-isolation]
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: "v1.16.0"
+ rev: "v1.16.1"
34
hooks:
35
- id: mypy
36
additional_dependencies: [cryptography>=3.4.0]
@@ -47,7 +47,7 @@ repos:
47
# - id: pyprojectsort
48
49
- repo: https://github.com/python-jsonschema/check-jsonschema
50
- rev: "0.33.0"
+ rev: "0.33.1"
51
52
- id: check-github-workflows
53
- id: check-readthedocs
@@ -59,7 +59,7 @@ repos:
59
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
# Ruff version.
62
- rev: v0.11.13
+ rev: v0.12.0
63
64
# Run the linter.
65
- id: ruff
0 commit comments