File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
autoupdate_schedule : ' quarterly'
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.0.1
5
+ rev : v4.1.0
6
6
hooks :
7
7
- id : check-docstring-first
8
8
- id : end-of-file-fixer
@@ -22,22 +22,22 @@ repos:
22
22
hooks :
23
23
- id : isort
24
24
- repo : https://github.com/psf/black
25
- rev : 21.10b0
25
+ rev : 21.12b0
26
26
hooks :
27
27
- id : black
28
28
- repo : https://github.com/asottile/pyupgrade
29
- rev : v2.29 .0
29
+ rev : v2.31 .0
30
30
hooks :
31
31
- id : pyupgrade
32
32
args : [--py37-plus]
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : ' v2.4 .1'
34
+ rev : ' v2.5 .1'
35
35
hooks :
36
36
- id : prettier
37
37
types : [ts]
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-eslint
40
- rev : ' v8.2 .0'
40
+ rev : ' v8.6 .0'
41
41
hooks :
42
42
- id : eslint
43
43
files : \.ts$ # *.ts
You can’t perform that action at this time.
0 commit comments