Fix a merge problem.

This commit is contained in:
Andrey Rakhmatullin 2023-02-24 00:28:06 +04:00
parent 3a40c06ed9
commit d7bf39ee78
1 changed files with 0 additions and 6 deletions

View File

@ -187,9 +187,3 @@ deps = {[docs]deps}
setenv = {[docs]setenv}
commands =
sphinx-build -W -b linkcheck . {envtmpdir}/linkcheck
[testenv:black]
deps =
black==22.12.0
commands =
black {posargs:--check .}