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 38a7288 commit 9bd9bdcCopy full SHA for 9bd9bdc
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
files: \.py$
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v0.942
+ rev: v0.950
31
hooks:
32
- id: mypy
33
exclude: examples/simple/setup.py
@@ -39,7 +39,7 @@ repos:
39
- id: prettier
40
41
- repo: https://github.com/asottile/pyupgrade
42
- rev: v2.32.0
+ rev: v2.32.1
43
44
- id: pyupgrade
45
args: [--py37-plus]
@@ -65,7 +65,7 @@ repos:
65
stages: [manual]
66
67
- repo: https://github.com/pre-commit/mirrors-eslint
68
- rev: v8.14.0
+ rev: v8.15.0
69
70
- id: eslint
71
0 commit comments