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 eb9bf30 commit 3090893Copy full SHA for 3090893
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
files: \.py$
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v0.961
+ rev: v0.971
34
hooks:
35
- id: mypy
36
additional_dependencies: [types-requests]
@@ -41,7 +41,7 @@ repos:
41
- id: prettier
42
43
- repo: https://github.com/asottile/pyupgrade
44
- rev: v2.37.1
+ rev: v2.37.2
45
46
- id: pyupgrade
47
args: [--py37-plus]
@@ -67,13 +67,13 @@ repos:
67
stages: [manual]
68
69
- repo: https://github.com/pre-commit/mirrors-eslint
70
- rev: v8.19.0
+ rev: v8.20.0
71
72
- id: eslint
73
74
75
- repo: https://github.com/sirosen/check-jsonschema
76
- rev: 0.17.0
+ rev: 0.17.1
77
78
- id: check-jsonschema
79
name: "Check GitHub Workflows"
0 commit comments