File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
# pre-commit autoupdate
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.3 .0
7
+ rev : v4.4 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
11
11
exclude : ' .*\.pth$'
12
12
- id : debug-statements
13
13
- repo : https://github.com/PyCQA/isort
14
- rev : 5.10.1
14
+ rev : 5.12.0
15
15
hooks :
16
16
- id : isort
17
17
- repo : https://github.com/asottile/pyupgrade
18
- rev : v3.2.2
18
+ rev : v3.3.1
19
19
hooks :
20
20
- id : pyupgrade
21
21
args : [--py36-plus]
22
22
- repo : https://github.com/PyCQA/flake8
23
- rev : 5 .0.4
23
+ rev : 6 .0.0
24
24
hooks :
25
25
- id : flake8
Original file line number Diff line number Diff line change @@ -90,12 +90,13 @@ commands =
90
90
91
91
[testenv:check]
92
92
deps =
93
- docutils
94
93
check-manifest
94
+ colorama
95
+ docutils
95
96
flake8
96
- readme-renderer
97
- pygments
98
97
isort
98
+ pygments
99
+ readme-renderer
99
100
skip_install = true
100
101
usedevelop = false
101
102
commands =
You can’t perform that action at this time.
0 commit comments