mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
searx/testing.py: pylint & SPDX tag (no functional change)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1cae4fa88d
commit
4a94b4cca6
2 changed files with 10 additions and 11 deletions
1
Makefile
1
Makefile
|
|
@ -77,6 +77,7 @@ test: test.pylint test.pep8 test.unit test.robot
|
|||
# TODO: balance linting with pylint
|
||||
test.pylint: pylint-exe
|
||||
$(call cmd,pylint,searx/preferences.py)
|
||||
$(call cmd,pylint,searx/testing.py)
|
||||
|
||||
test.pep8: pyenvinstall
|
||||
$(PY_ENV_ACT); ./manage.sh pep8_check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue