diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |