diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-08-10 13:18:45 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-08-10 13:20:06 +0900 |
commit | 6cf1301c9e479bc886a237ece76d0b8ae8675a41 (patch) | |
tree | fa0e25dd266d12a292c4829dc1a9a43a40ef421c /Makefile | |
parent | f916e1d5c88e9e1f9e3ef5f24a7b62553d92f6e3 (diff) | |
download | sphinx-git-6cf1301c9e479bc886a237ece76d0b8ae8675a41.tar.gz |
Remove pylint task
At present, pylint has no longer been used in this project. This
removes the tasks and files for pylint from repository.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -64,10 +64,6 @@ type-check: doclinter: python utils/doclinter.py CHANGES *.rst doc/ -.PHONY: pylint -pylint: - @pylint --rcfile utils/pylintrc sphinx - .PHONY: test test: @$(PYTHON) -m pytest -v $(TEST) |