File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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 : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
@@ -13,29 +13,29 @@ repos:
13
13
entry : end-of-file-fixer
14
14
language : python
15
15
types : [text]
16
- stages : [commit, push]
16
+ stages : [pre- commit, pre- push]
17
17
18
18
- repo : https://github.com/pycqa/isort
19
- rev : 5.8.0
19
+ rev : 6.0.1
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.43 .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 : 7.2.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