summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-01-12 11:02:58 +0100
committerGitHub <noreply@github.com>2021-01-12 11:02:58 +0100
commitf7e11fd7222363a72a8fa33cf69190f64a3880bd (patch)
tree74f724c6f28e5557bc68e893cc889d792af5aec3 /Makefile
parent9c55d772e98f5e51da4a34389dc240cfb3b14852 (diff)
parent8989bc76cb9c576792a909bd95e553a16ec824be (diff)
downloadsearxng-f7e11fd7222363a72a8fa33cf69190f64a3880bd.tar.gz
searxng-f7e11fd7222363a72a8fa33cf69190f64a3880bd.zip
Merge pull request #2459 from dalf/update-python
Update python
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2f1832e2..9d8e3a199 100644
--- a/Makefile
+++ b/Makefile
@@ -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