diff options
author | Alexandre Flament <alex@al-f.net> | 2021-01-12 11:02:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 11:02:58 +0100 |
commit | f7e11fd7222363a72a8fa33cf69190f64a3880bd (patch) | |
tree | 74f724c6f28e5557bc68e893cc889d792af5aec3 /Makefile | |
parent | 9c55d772e98f5e51da4a34389dc240cfb3b14852 (diff) | |
parent | 8989bc76cb9c576792a909bd95e553a16ec824be (diff) | |
download | searxng-f7e11fd7222363a72a8fa33cf69190f64a3880bd.tar.gz searxng-f7e11fd7222363a72a8fa33cf69190f64a3880bd.zip |
Merge pull request #2459 from dalf/update-python
Update python
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ include utils/makefile.include PYOBJECTS = searx DOC = docs PY_SETUP_EXTRAS ?= \[test\] -PYLINT_SEARX_DISABLE_OPTION := I,C,R,W0105,W0212,W0511,W0603,W0613,W0621,W0702,W0703,W1401 +PYLINT_SEARX_DISABLE_OPTION := I,C,R,W0105,W0212,W0511,W0603,W0613,W0621,W0702,W0703,W1401,E1136 PYLINT_ADDITIONAL_BUILTINS_FOR_ENGINES := supported_languages,language_aliases include utils/makefile.python |