summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 166fb65e4..7149437be 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,8 @@ PYLINT_FILES=\
searx/engines/yahoo_news.py \
searx/engines/apkmirror.py \
searx/engines/artic.py \
- searx_extra/update/update_external_bangs.py
+ searx_extra/update/update_external_bangs.py \
+ searx/metrics/__init__.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))