diff options
| author | rachmadaniHaryono <foreturiga@gmail.com> | 2020-11-06 08:40:21 +0800 |
|---|---|---|
| committer | rachmadaniHaryono <foreturiga@gmail.com> | 2020-11-06 08:40:21 +0800 |
| commit | d422f60529e605f6226ae0e4101bae96cae4efd6 (patch) | |
| tree | d0e511e59335cf1043221b9320bc938af836616f /Makefile | |
| parent | 3dea5eada07e3aac229d1045f0b9776ae29185de (diff) | |
chg: test: Makefile pep8 test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -235,8 +235,8 @@ test.sh: shellcheck -x .config.sh test.pep8: pyenvinstall - @echo "TEST pep8" - $(Q)$(PY_ENV_ACT); pep8 --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \ + @echo "TEST pycodestyle (formerly pep8)" + $(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \ --max-line-length=120 --ignore "E402,W503" searx tests test.unit: pyenvinstall |