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 d4347db commit 06b4b4aCopy full SHA for 06b4b4a
.pre-commit-config.yaml
@@ -7,15 +7,15 @@ repos:
7
- id: trailing-whitespace
8
- id: mixed-line-ending
9
- repo: https://github.com/pycqa/flake8
10
- rev: 4.0.1
+ rev: 5.0.2
11
hooks:
12
- id: flake8
13
- repo: https://github.com/pycqa/doc8
14
- rev: 0.11.2
+ rev: v1.0.0
15
16
- id: doc8
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v2.37.2
+ rev: v2.37.3
19
20
- id: pyupgrade
21
args: [--py37-plus]
@@ -43,7 +43,7 @@ repos:
43
- id: prettier
44
types_or: [javascript, css]
45
- repo: https://github.com/pre-commit/mirrors-eslint
46
- rev: v8.20.0
+ rev: v8.21.0
47
48
- id: eslint
49
files: \.js?$
0 commit comments