diff options
author | Alexandre Flament <alex@al-f.net> | 2021-01-12 09:53:26 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-12 09:53:26 +0100 |
commit | d54034a5e6437ad5983228ff8af071f2293f0d2c (patch) | |
tree | f15dfa7a7258c1d468fb7c9261a4ac6a83f66878 /Makefile | |
parent | f5c3cb7afafc3d25380e681230263320ddcbbdfa (diff) | |
download | searxng-d54034a5e6437ad5983228ff8af071f2293f0d2c.tar.gz searxng-d54034a5e6437ad5983228ff8af071f2293f0d2c.zip |
[mod] add Python 3.9 support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,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 |