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.
2 parents c23fa9f + f96ce9a commit 0c2672cCopy full SHA for 0c2672c
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: check-added-large-files
16
- id: check-case-conflict
17
- repo: https://github.com/python-jsonschema/check-jsonschema
18
- rev: 0.29.1
+ rev: 0.29.2
19
hooks:
20
- id: check-dependabot
21
- id: check-github-workflows
@@ -67,7 +67,7 @@ repos:
67
- id: codespell
68
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
69
- repo: https://github.com/pre-commit/mirrors-mypy
70
- rev: v1.11.1
+ rev: v1.11.2
71
72
- id: mypy
73
# Sync with project.optional-dependencies.typing
0 commit comments