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 d2557e3 commit d348576Copy full SHA for d348576
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: check-readthedocs
26
files: readthedocs.yml
27
- repo: https://github.com/psf/black
28
- rev: 24.4.2
+ rev: 24.8.0
29
hooks:
30
- id: black
31
files: ^tools/(?!schemacode)
@@ -45,7 +45,7 @@ repos:
45
files: tools/schemacode
46
args: ["--settings-file", "tools/schemacode/pyproject.toml"]
47
- repo: https://github.com/pyCQA/flake8
48
- rev: 7.1.0
+ rev: 7.1.1
49
50
- id: flake8
51
args: [--config=tools/schemacode/setup.cfg]
@@ -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.0
+ rev: v1.11.1
71
72
- id: mypy
73
# Sync with project.optional-dependencies.typing
0 commit comments