summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ccb8803..b4e97fb2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ format: $(PY_ALL_FILES) | check-env
analyse: $(PY_SRC_FILES) | check-env
flake8 $^
mypy $^
- pylint $^
+ pylint --disable=no-self-use $^
check-env:
test -n "$$VIRTUAL_ENV"