summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNoémi Ványi <kvch@users.noreply.github.com>2021-02-24 20:27:26 +0100
committerGitHub <noreply@github.com>2021-02-24 20:27:26 +0100
commitbc590cbc479fc10c98fefac159cfcacdf3fc75c1 (patch)
treefdaeb721ffc7c6bb55858790f211546bbe935323 /Makefile
parent606aa79e4949cd29d207443a3f82c368fbae2faf (diff)
parent7c1847d5f2f78392d4e7f6b4892d732f6520b3dc (diff)
Merge pull request #2592 from dalf/update-external-bangs
[mod] add utils/fetch_external_bangs.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13f965b6c..fbf5f94b8 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,8 @@ PYLINT_FILES=\
searx/engines/google_news.py \
searx/engines/google_videos.py \
searx/engines/google_images.py \
- searx/engines/mediathekviewweb.py
+ searx/engines/mediathekviewweb.py \
+ utils/fetch_external_bangs.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))