Merge "Fix new pylint warnings"

This commit is contained in:
Zuul 2023-01-10 17:39:41 +00:00 committed by Gerrit Code Review
commit e2f56d61fa
1 changed files with 0 additions and 5 deletions

View File

@ -20,11 +20,9 @@ disable=
anomalous-backslash-in-string,
arguments-differ,
attribute-defined-outside-init,
bad-builtin,
broad-except,
fixme,
global-statement,
no-init,
pointless-string-statement,
protected-access,
redefined-builtin,
@ -35,15 +33,12 @@ disable=
unused-variable,
useless-super-delegation,
# "C" Coding convention violations
bad-continuation,
invalid-name,
line-too-long,
missing-docstring,
consider-using-f-string,
# "R" Refactor recommendations
duplicate-code,
interface-not-implemented,
no-self-use,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,