Martin Fischer
|
92b57ddc15
|
[enh] disable annoying pylint lints
|
2022-01-28 13:23:41 +01:00 |
|
Markus Heiser
|
fe6470cbe6
|
[pylint] disable consider-using-f-string in .pylintrc
Pylint 2.11 added [1][2]
consider-using-f-string:
Emitted when .format() or '%' is being used to format a string.
We're not ready to enforce f-strings everywhere, so just disable this new
warning.
[1] https://pylint.pycqa.org/en/latest/whatsnew/2.11.html
[2] https://github.com/PyCQA/pylint/issues/3592
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2021-09-17 09:22:11 +02:00 |
|
Markus Heiser
|
5c86754340
|
[pylint] .pylintrc - disable missing-function-docstring
Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2021-09-07 13:25:26 +02:00 |
|
Alexandre Flament
|
d7f21484ee
|
[mod] pylint: add extension-pkg-whitelist=lxml.etree
|
2020-11-02 15:55:19 +01:00 |
|
Markus Heiser
|
796197db2d
|
boilerplate: add pylint / WIP: balance linting with pylint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2019-11-28 20:07:10 +01:00 |
|