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 350b2321b..55b744786 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,8 @@ PYLINT_FILES=\
searx/engines/deviantart.py \
searx/engines/digg.py \
searx/engines/google.py \
- searx/engines/google_news.py
+ searx/engines/google_news.py \
+ searx/engines/google_videos.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))