We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058e10d commit 3f193edCopy full SHA for 3f193ed
1 file changed
tox.ini
@@ -27,7 +27,7 @@ commands = pytest {posargs}
27
[testenv:lint]
28
deps =
29
flake8>=3.8,<4
30
- black==21.6b0
+ black
31
mypy==0.910
32
{[testenv]deps}
33
commands =
@@ -48,7 +48,7 @@ commands =
48
basepython = python3.9
49
50
check-manifest==0.46
51
- readme-renderer==29.0
+ readme-renderer
52
twine
53
allowlist_externals = rm
54
0 commit comments