searxng/searx
Markus Heiser 2de007138c [fix] prepare for pylint 2.14.0
Remove issue reported by Pylint 2.14.0:

- no-self-use: has been moved to optional extension [1]
- The refactoring checker now also raises 'consider-using-generator' messages
  for max(), min() and sum(). [2]

.pylintrc:
  - <option name>-hint has been removed since long, Pylint 2.14.0 raises an
    error on invalid options
  - bad-continuation and bad-whitespace have been removed [3]

[1] https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers
[2] https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/full.html#what-s-new-in-pylint-2-14-0
[2] https://pylint.pycqa.org/en/latest/whatsnew/2/2.6/summary.html#summary-release-highlights

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-06-03 15:41:52 +02:00
..
answerers
data Merge pull request #1266 from searxng/update_data_update_firefox_version.py 2022-06-01 13:49:48 +02:00
engines [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
infopage [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
metrics [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
network [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
plugins [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
search [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
shared
static [build] /static 2022-06-02 20:35:49 +00:00
templates/simple Template images.html: lazy by JS the full size image 2022-05-18 07:29:31 +00:00
translations [translations] update from Weblate 2022-06-03 07:18:49 +00:00
__init__.py
autocomplete.py [format.python] based on bugfix in 9ed626130 2022-05-07 18:23:10 +02:00
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 2022-03-16 09:55:53 +01:00
compat.py [fix] add module for backward compatibility 2022-03-12 15:45:28 +01:00
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py [fix] add back missing languages & regions (followup of PR #1071) 2022-04-22 12:09:42 +02:00
locales.py Add support for the Silesian language 2022-05-06 09:40:45 +00:00
preferences.py [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
query.py [mod] add flags to the languages filter 2022-03-19 15:09:13 +01:00
results.py
searxng.msg [mod] move category and names of constants to searx/searxng.msg 2022-03-16 09:55:53 +01:00
settings_defaults.py [mod] add setting: search.autocomplete_min 2022-05-07 17:58:30 +02:00
settings_loader.py
settings.yml [enh] Initial Petalsearch Images support 2022-06-02 14:32:37 +02:00
unixthreadname.py
utils.py [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
version.py
webadapter.py
webapp.py [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
webutils.py theme: remove __common__ 2022-05-07 19:40:48 +02:00