Fix new pylint warnings
Similar to https://review.opendev.org/c/openstack/octavia/+/845146 Change-Id: I16863135011c37bd90d6b9733e550c2393df187c
This commit is contained in:
parent
e7b57a1210
commit
69055e7c92
@ -19,11 +19,9 @@ disable=
|
|||||||
anomalous-backslash-in-string,
|
anomalous-backslash-in-string,
|
||||||
arguments-differ,
|
arguments-differ,
|
||||||
attribute-defined-outside-init,
|
attribute-defined-outside-init,
|
||||||
bad-builtin,
|
|
||||||
broad-except,
|
broad-except,
|
||||||
fixme,
|
fixme,
|
||||||
global-statement,
|
global-statement,
|
||||||
no-init,
|
|
||||||
pointless-string-statement,
|
pointless-string-statement,
|
||||||
protected-access,
|
protected-access,
|
||||||
redefined-builtin,
|
redefined-builtin,
|
||||||
@ -34,15 +32,12 @@ disable=
|
|||||||
unused-variable,
|
unused-variable,
|
||||||
useless-super-delegation,
|
useless-super-delegation,
|
||||||
# "C" Coding convention violations
|
# "C" Coding convention violations
|
||||||
bad-continuation,
|
|
||||||
invalid-name,
|
invalid-name,
|
||||||
line-too-long,
|
line-too-long,
|
||||||
missing-docstring,
|
missing-docstring,
|
||||||
consider-using-f-string,
|
consider-using-f-string,
|
||||||
# "R" Refactor recommendations
|
# "R" Refactor recommendations
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
interface-not-implemented,
|
|
||||||
no-self-use,
|
|
||||||
too-few-public-methods,
|
too-few-public-methods,
|
||||||
too-many-ancestors,
|
too-many-ancestors,
|
||||||
too-many-arguments,
|
too-many-arguments,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user