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 ca49a26 commit 068124eCopy full SHA for 068124e
.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
40
- id: mdformat
41
42
- repo: https://github.com/asottile/pyupgrade
43
- rev: v3.2.0
+ rev: v3.2.2
44
hooks:
45
- id: pyupgrade
46
args: [--py37-plus]
@@ -62,7 +62,7 @@ repos:
62
stages: [manual]
63
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v0.982
+ rev: v0.990
66
67
- id: mypy
68
exclude: jupyter_client/tests
@@ -71,7 +71,7 @@ repos:
71
72
73
- repo: https://github.com/sirosen/check-jsonschema
74
- rev: 0.18.4
+ rev: 0.19.1
75
76
- id: check-jsonschema
77
name: "Check GitHub Workflows"
0 commit comments