diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-24 07:13:04 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-24 07:13:04 +0200 |
| commit | fe064a5c390f7b85aa0e7b207b38129cca2ccc17 (patch) | |
| tree | 950568576e9ed08fc1c6c423106912c084a630dd | |
| parent | 3cdd6a6a504dd283e2afabaf903b2c8c9a2cc286 (diff) | |
temporary partial revert of c54bf42cb9699501ccbd54a2df0d7fa73be8dcdb
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -199,8 +199,7 @@ PYLINT_FILES=\ searx/engines/yahoo_news.py \ searx/engines/apkmirror.py \ searx/engines/artic.py \ - searx_extra/update/update_external_bangs.py \ - searx/metrics/__init__.py + searx_extra/update/update_external_bangs.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) |