summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d37d8546e..9cff012d4 100644
--- a/Makefile
+++ b/Makefile
@@ -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)