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 741414c commit 1ecb936Copy full SHA for 1ecb936
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: check-added-large-files
18
- id: check-case-conflict
19
- repo: https://github.com/python-jsonschema/check-jsonschema
20
- rev: 0.33.3
+ rev: 0.35.0
21
hooks:
22
- id: check-dependabot
23
- id: check-github-workflows
@@ -49,7 +49,7 @@ repos:
49
- id: codespell
50
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.17.1
+ rev: v1.18.2
53
54
- id: mypy
55
# Sync with project.optional-dependencies.typing
0 commit comments