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 7bff097 commit b0e6744Copy full SHA for b0e6744
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: check-added-large-files
14
- id: check-case-conflict
15
- repo: https://github.com/psf/black
16
- rev: 23.10.1
+ rev: 23.11.0
17
hooks:
18
- id: black
19
files: ^tools/(?!schemacode)
@@ -38,7 +38,7 @@ repos:
38
- id: flake8
39
args: [--config=tools/schemacode/setup.cfg]
40
- repo: https://github.com/pre-commit/mirrors-prettier
41
- rev: v3.0.3
+ rev: v3.1.0
42
43
- id: prettier
44
files: src/schema/.*/.*\.yaml
@@ -48,7 +48,7 @@ repos:
48
- id: codespell
49
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
50
- repo: https://github.com/pre-commit/mirrors-mypy
51
- rev: v1.6.1
+ rev: v1.7.0
52
53
- id: mypy
54
# Sync with project.optional-dependencies.typing
0 commit comments