File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v3 .4.0
6
+ rev : v4 .4.0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
@@ -16,26 +16,26 @@ repos:
16
16
stages : [commit, push]
17
17
18
18
- repo : https://github.com/pycqa/isort
19
- rev : 5.8.0
19
+ rev : 5.11.4
20
20
hooks :
21
21
- id : isort
22
22
name : isort (python)
23
23
24
- - repo : https://github.com/pre-commit/mirrors- yapf
25
- rev : v0.31 .0
24
+ - repo : https://github.com/google/ yapf
25
+ rev : v0.32 .0
26
26
hooks :
27
27
- id : yapf
28
28
args : [--parallel, --in-place]
29
29
additional_dependencies :
30
30
- toml
31
31
32
32
- repo : https://github.com/PyCQA/flake8
33
- rev : 3.9.1
33
+ rev : 6.0.0
34
34
hooks :
35
35
- id : flake8
36
36
37
37
- repo : https://github.com/pycqa/pydocstyle
38
- rev : 6.0 .0
38
+ rev : 6.3 .0
39
39
hooks :
40
40
- id : pydocstyle
41
41
You can’t perform that action at this time.
0 commit comments