File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v2.3.0
3
+ rev : v4.0.1
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : end-of-file-fixer
7
7
- id : trailing-whitespace
8
8
- id : mixed-line-ending
9
9
- repo : https://github.com/pycqa/flake8
10
- rev : 3.9.2
10
+ rev : 4.0.1
11
11
hooks :
12
12
- id : flake8
13
13
- repo : https://github.com/pycqa/doc8
14
- rev : 0.9.0
14
+ rev : 0.9.1
15
15
hooks :
16
16
- id : doc8
17
17
- repo : https://github.com/pycqa/isort
@@ -28,18 +28,18 @@ repos:
28
28
- id : rst-backticks
29
29
- id : rst-directive-colons
30
30
- repo : https://github.com/pre-commit/mirrors-prettier
31
- rev : v2.3.2
31
+ rev : v2.4.1
32
32
hooks :
33
33
- id : prettier
34
34
types_or : [javascript, css]
35
35
- repo : https://github.com/pre-commit/mirrors-eslint
36
- rev : v8.0.0-beta.0
36
+ rev : v8.0.0-1
37
37
hooks :
38
38
- id : eslint
39
39
files : \.js?$
40
40
types : [file]
41
41
- repo : https://github.com/psf/black
42
- rev : 21.7b0
42
+ rev : 21.9b0
43
43
hooks :
44
44
- id : black
45
45
language_version : python3
You can’t perform that action at this time.
0 commit comments