[enh] disable annoying pylint lints
This commit is contained in:
parent
e579d72494
commit
92b57ddc15
@ -63,6 +63,8 @@ disable=bad-whitespace,
|
|||||||
duplicate-code,
|
duplicate-code,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
consider-using-f-string,
|
consider-using-f-string,
|
||||||
|
no-else-return,
|
||||||
|
arguments-renamed,
|
||||||
|
|
||||||
# Enable the message, report, category or checker with the given id(s). You can
|
# 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
|
# either give multiple identifier separated by comma (,) or put this option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user