diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-11-14 17:31:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 17:31:39 +0100 |
| commit | 17b48ff6e858b0c74116068cf6444bd578bbb747 (patch) | |
| tree | 430f8d134a9abc89821ab3f6aac16c22e6346b76 /Makefile | |
| parent | 4f18faebe17805ab89ec74e76d722fa64fc2418c (diff) | |
| parent | c71d214b0c3caeb6a5e29c5ab8087c0cacc83932 (diff) | |
Merge pull request #2286 from return42/fix-deviantart
[refactor] deviantart - improve results and clean up source code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -217,6 +217,7 @@ test.pylint: pyenvinstall searx/preferences.py \ searx/testing.py \ searx/engines/gigablast.py \ + searx/engines/deviantart.py \ ) # ignored rules: @@ -236,7 +237,7 @@ test.sh: test.pep8: pyenvinstall @echo "TEST pycodestyle (formerly pep8)" - $(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py' \ + $(Q)$(PY_ENV_ACT); pycodestyle --exclude='searx/static, searx/languages.py, searx/engines/gigablast.py, searx/engines/deviantart.py' \ --max-line-length=120 --ignore "E117,E252,E402,E722,E741,W503,W504,W605" searx tests test.unit: pyenvinstall |