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 9607ced + 04c13d4 commit 553b0d6Copy full SHA for 553b0d6
.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.0
+ rev: 0.33.2
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.16.0
+ rev: v1.17.0
53
54
- id: mypy
55
# Sync with project.optional-dependencies.typing
0 commit comments