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 426d996 commit 54164acCopy full SHA for 54164ac
.pre-commit-config.yaml
@@ -41,21 +41,21 @@ repos:
41
- id: prettier
42
43
- repo: https://github.com/asottile/pyupgrade
44
- rev: v2.37.2
+ rev: v2.37.3
45
hooks:
46
- id: pyupgrade
47
args: [--py37-plus]
48
49
- repo: https://github.com/PyCQA/doc8
50
- rev: 0.11.2
+ rev: v1.0.0
51
52
- id: doc8
53
args: [--max-line-length=200]
54
exclude: docs/source/other/full-config.rst
55
stages: [manual]
56
57
- repo: https://github.com/pycqa/flake8
58
- rev: 4.0.1
+ rev: 5.0.2
59
60
- id: flake8
61
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
67
68
69
- repo: https://github.com/pre-commit/mirrors-eslint
70
- rev: v8.20.0
+ rev: v8.21.0
71
72
- id: eslint
73
0 commit comments