mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] disable annoying pylint lints
This commit is contained in:
parent
e579d72494
commit
92b57ddc15
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ disable=bad-whitespace,
|
|||
duplicate-code,
|
||||
missing-function-docstring,
|
||||
consider-using-f-string,
|
||||
no-else-return,
|
||||
arguments-renamed,
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
# either give multiple identifier separated by comma (,) or put this option
|
||||
|
|
Loading…
Add table
Reference in a new issue