We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3181c3 commit 98429f7Copy full SHA for 98429f7
tox.ini
@@ -146,18 +146,18 @@ testpaths = tests
146
passenv = TWINE_*
147
deps =
148
build ~= 0.3.0
149
- twine ~= 3.2.0
+ twine ~= 3.3.0
150
commands =
151
{envpython} -m build --outdir {distdir} .
152
twine {posargs:check} {distdir}/*
153
154
[testenv:static]
155
156
- bandit ~= 1.6.2
+ bandit ~= 1.7.0
157
black ~= 20.8b
158
flake8 ~= 3.8.3
159
flake8-commas ~= 2.0.0
160
- mypy >= 0.790, < 0.800
+ mypy >= 0.810, < 0.820
161
162
black --check src setup.py tests
163
flake8 src setup.py tests
0 commit comments