diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-22 16:05:39 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-04-24 06:58:49 +0200 |
| commit | c54bf42cb9699501ccbd54a2df0d7fa73be8dcdb (patch) | |
| tree | 89bf4cb7ec2402644f25f3c318f4591331036350 /Makefile | |
| parent | 65c29081cc3debad9b77194cb917f5b04ea4ac72 (diff) | |
[mod] metrics: add to pylint and justify indentations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |