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 [fix] issue reported by pylint 22.1.0 2022-02-04 09:45:35 +01:00
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 [pyright:strict] searx.search.checker.background 2022-01-27 22:07:12 +01:00
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 [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
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 [pyright:strict] searx.search.checker.background 2022-01-27 22:07:12 +01:00
external_bang.py [fix] external bangs: don't overwrite Bangs in data trie 2022-01-12 19:37:13 +01:00
external_urls.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
flaskfix.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
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 [simple theme] replace Image_layout.js with flexbox CS impl. 2022-02-26 22:31:47 +01:00
searxng.msg [mod] move category and names of constants to searx/searxng.msg 2022-03-16 09:55:53 +01:00
settings.yml [enh] Initial Petalsearch Images support 2022-06-02 14:32:37 +02:00
settings_defaults.py [mod] add setting: search.autocomplete_min 2022-05-07 17:58:30 +02:00
settings_loader.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
unixthreadname.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
utils.py [fix] prepare for pylint 2.14.0 2022-06-03 15:41:52 +02:00
version.py [mod] version formatting 2022-02-21 21:18:37 +01:00
webadapter.py [fix] disabling all engines in a category makes the bang search in general 2022-01-03 20:23:46 +01:00
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