This repository was archived by the owner on May 22, 2021. It is now read-only.
File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Maintainer(s)
12
12
13
13
- Matt Chung (@itsmemattchung)
14
14
15
+ - Thiago D'Ávila (@staticdev)
16
+
15
17
Requests
16
18
````````
17
19
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ commands = flake8 {posargs} src/github3/ tests/unit/ tests/integration/
22
22
[testenv:py39-black]
23
23
basepython = python3
24
24
deps =
25
- black = = 20.8b1
25
+
DF6D
black > = 20.8b1
26
26
commands = black -l78 src/github3/ tests/
27
27
28
28
[testenv:notebooks]
@@ -33,8 +33,8 @@ commands = python tests/nbtest.py
33
33
34
34
[testenv:py39-docstrings]
35
35
deps =
36
- flake8 = = 3.8.4
37
- flake8-docstrings = = 1.5.0
36
+ flake8 > = 3.8.4
37
+ flake8-docstrings > = 1.5.0
38
38
commands = flake8 {posargs} src/github3/ tests/unit/ tests/integration/
39
39
40
40
[testenv:release]
@@ -61,15 +61,15 @@ commands =
61
61
rst-lint AUTHORS.rst CONTRIBUTING.rst README.rst
62
62
{toxinidir}/docs/bin/lint
63
63
64
- [testenv:commitlint]
64
+ [testenv:py39- commitlint]
65
65
deps =
66
66
gitlint >= 0.8.1
67
67
commands =
68
68
gitlint
69
69
70
70
[testenv:docs]
71
71
deps =
72
- sphinx>= 1.3.0
72
+ sphinx >= 1.3.0
73
73
sphinx_rtd_theme
74
74
.
75
75
commands =
You can’t perform that action at this time.
0 commit comments