File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ repos:
19
19
- id : reorder-python-imports
20
20
args : [--application-directories, '.:src', --py36-plus]
21
21
- repo : https://github.com/psf/black
22
- rev : 21.10b0
22
+ rev : 21.12b0
23
23
hooks :
24
24
- id : black
25
25
- repo : https://github.com/asottile/pyupgrade
26
- rev : v2.29.0
26
+ rev : v2.29.1
27
27
hooks :
28
28
- id : pyupgrade
29
29
args : [--py36-plus]
@@ -33,11 +33,11 @@ repos:
33
33
# - id: mypy
34
34
# exclude: ^(docs/|tests/)
35
35
- repo : https://github.com/jorisroovers/gitlint
36
- rev : v0.16 .0
36
+ rev : v0.17 .0
37
37
hooks :
38
38
- id : gitlint
39
39
- repo : https://github.com/asottile/setup-cfg-fmt
40
- rev : v1.19 .0
40
+ rev : v1.20 .0
41
41
hooks :
42
42
- id : setup-cfg-fmt
43
43
args : [--min-py3-version, '3.6']
Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ commands =
77
77
# rst-lint is really only valuable for non-Sphinx reStructuredText, see also:
78
78
# https://github.com/twolfson/restructuredtext-lint/blob/65ce9d6c7768ef9135c1d3ee4a1ae8c7bf89d92f/README.rst#sphinx
79
79
deps =
80
- doc8 >= 0.8.0
81
- proselint >= 0.8 .0
80
+ doc8 >= 0.10.1
81
+ proselint >= 0.13 .0
82
82
pygments
83
83
restructuredtext_lint
84
84
commands =
85
85
doc8 docs/source/
86
86
rst-lint AUTHORS.rst CONTRIBUTING.rst README.rst
87
- {toxinidir}/docs/bin/lint
87
+ ; {toxinidir}/docs/bin/lint
88
88
89
89
[testenv:py39-commitlint]
90
90
deps =
You can’t perform that action at this time.
0 commit comments