File tree 1 file changed +13
-9
lines changed 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v2.3 .0
5
+ rev : v2.5 .0
6
6
hooks :
7
7
- id : check-builtin-literals
8
8
- id : check-added-large-files
@@ -12,31 +12,35 @@ repos:
12
12
- id : debug-statements
13
13
- id : end-of-file-fixer
14
14
exclude : WHEEL
15
- - id : flake8
16
- exclude : tests/data
17
15
- id : forbid-new-submodules
18
16
- id : trailing-whitespace
19
17
exclude : .patch
20
18
19
+ - repo : https://gitlab.com/pycqa/flake8
20
+ rev : 3.7.9
21
+ hooks :
22
+ - id : flake8
23
+ exclude : tests/data
24
+
21
25
- repo : https://github.com/timothycrosley/isort
22
26
rev : 4.3.21
23
27
hooks :
24
28
- id : isort
25
29
files : \.py$
26
30
27
31
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : v0.750
32
+ rev : v0.760
29
33
hooks :
30
34
- id : mypy
31
35
exclude : docs|tests
32
- args : []
36
+ args : ["--pretty" ]
33
37
- id : mypy
34
- name : mypy, for Py2
38
+ name : mypy, for Python 2
35
39
exclude : noxfile.py|tools/automation/release|docs|tests
36
- args : ["-2"]
40
+ args : ["--pretty", "- 2"]
37
41
38
42
- repo : https://github.com/pre-commit/pygrep-hooks
39
- rev : v1.4 .1
43
+ rev : v1.5 .1
40
44
hooks :
41
45
- id : python-no-log-warn
42
46
- id : python-no-eval
48
52
exclude : NEWS.rst
49
53
50
54
- repo : https://github.com/mgedmin/check-manifest
51
- rev : ' 0.39 '
55
+ rev : ' 0.42 '
52
56
hooks :
53
57
- id : check-manifest
You can’t perform that action at this time.
0 commit comments