summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86226f3b5..0c0fdd40d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ style-check:
type-check:
mypy sphinx/
-clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles clean-buildfiles
+clean: clean-pyc clean-pycache clean-patchfiles clean-backupfiles clean-generated clean-testfiles clean-buildfiles clean-mypyfiles
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
@@ -65,6 +65,9 @@ clean-testfiles:
clean-buildfiles:
rm -rf build
+clean-mypyfiles:
+ rm -rf .mypy_cache/
+
pylint:
@pylint --rcfile utils/pylintrc sphinx