You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
answerers [fix] issue reported by pylint 22.1.0 2 years ago
data Merge pull request #1266 from searxng/update_data_update_firefox_version.py 2 years ago
engines [fix] prepare for pylint 2.14.0 2 years ago
infopage [fix] prepare for pylint 2.14.0 2 years ago
metrics [fix] prepare for pylint 2.14.0 2 years ago
network [fix] prepare for pylint 2.14.0 2 years ago
plugins [fix] prepare for pylint 2.14.0 2 years ago
search [fix] prepare for pylint 2.14.0 2 years ago
shared [pyright:strict] searx.search.checker.background 2 years ago
static [build] /static 2 years ago
templates/simple Template images.html: lazy by JS the full size image 2 years ago
translations [translations] update from Weblate 2 years ago
__init__.py [format.python] initial formatting of the python code 2 years ago
autocomplete.py [format.python] based on bugfix in 9ed626130 2 years ago
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 2 years ago
compat.py [fix] add module for backward compatibility 2 years ago
exceptions.py [pyright:strict] searx.search.checker.background 2 years ago
external_bang.py [fix] external bangs: don't overwrite Bangs in data trie 2 years ago
external_urls.py [format.python] initial formatting of the python code 2 years ago
flaskfix.py [format.python] initial formatting of the python code 2 years ago
languages.py [fix] add back missing languages & regions (followup of PR #1071) 2 years ago
locales.py Add support for the Silesian language 2 years ago
preferences.py [fix] prepare for pylint 2.14.0 2 years ago
query.py [mod] add flags to the languages filter 2 years ago
results.py [simple theme] replace Image_layout.js with flexbox CS impl. 2 years ago
searxng.msg [mod] move category and names of constants to searx/searxng.msg 2 years ago
settings.yml [enh] Initial Petalsearch Images support 2 years ago
settings_defaults.py [mod] add setting: search.autocomplete_min 2 years ago
settings_loader.py [format.python] initial formatting of the python code 2 years ago
unixthreadname.py [format.python] initial formatting of the python code 2 years ago
utils.py [fix] prepare for pylint 2.14.0 2 years ago
version.py [mod] version formatting 2 years ago
webadapter.py [fix] disabling all engines in a category makes the bang search in general 2 years ago
webapp.py [fix] prepare for pylint 2.14.0 2 years ago
webutils.py theme: remove __common__ 2 years ago