mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] metrics: add to pylint and justify indentations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
65c29081cc
commit
c54bf42cb9
2 changed files with 19 additions and 16 deletions
3
Makefile
3
Makefile
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue