summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5fe79f90..60182eb5 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,6 @@ lint:
todo:
-grep -R --include=*.py TODO $(LINTABLE)
-spell:
- -pylint --disable=all --enable=spelling $(LINTABLE)
-
pep8:
pycodestyle --filename=*.py --repeat $(LINTABLE)