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/plugins
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
..
__init__.py [fix] prepare for pylint 2.14.0 2 years ago
ahmia_filter.py plugins: refactor initialization 3 years ago
hash_plugin.py [mod] oscar theme /preferences: reorganize the preferences 3 years ago
hostname_replace.py [mod] templates: rename field for <iframe> URL to iframe_src 2 years ago
limiter.py Fix typo 2 years ago
oa_doi_rewrite.py [format.python] initial formatting of the python code 2 years ago
search_on_category_select.py [fix] prepare for pylint 2.14.0 2 years ago
self_info.py [format.python] initial formatting of the python code 2 years ago
tracker_url_remover.py [format.python] initial formatting of the python code 2 years ago
vim_hotkeys.py theme: remove __common__ 2 years ago