Remove pylint task

At present, pylint has no longer been used in this project. This
removes the tasks and files for pylint from repository.
This commit is contained in:
Takeshi KOMIYA
2020-08-10 13:18:45 +09:00
parent f916e1d5c8
commit 6cf1301c9e
3 changed files with 0 additions and 315 deletions

10
tox.ini
View File

@@ -40,16 +40,6 @@ extras =
commands =
flake8 {posargs}
[testenv:pylint]
basepython = python3
description =
Run source code analyzer.
deps =
pylint
{[testenv]deps}
commands =
pylint --rcfile utils/pylintrc sphinx
[testenv:coverage]
basepython = python3
description =