mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix errors reported by pylint. (#23282)
* Fix pylint misplaced-bare-raise errors. * Fix pylint return-in-init error. * Fix pylint bad-format-character error. * Fix pylint too-many-format-args errors. * Fix pylint too-few-format-args errors. * Fix pylint truncated-format-string error.
This commit is contained in:
parent
9e1bf1c6f2
commit
48eeab8a53
15 changed files with 17 additions and 25 deletions
|
@ -1,13 +1,11 @@
|
|||
access-member-before-definition
|
||||
assignment-from-no-return
|
||||
bad-format-character
|
||||
C
|
||||
function-redefined
|
||||
import-error
|
||||
locally-disabled
|
||||
locally-enabled
|
||||
method-hidden
|
||||
misplaced-bare-raise
|
||||
no-member
|
||||
no-name-in-module
|
||||
no-value-for-parameter
|
||||
|
@ -17,11 +15,7 @@ not-callable
|
|||
R
|
||||
raising-bad-type
|
||||
raising-non-exception
|
||||
return-in-init
|
||||
too-few-format-args
|
||||
too-many-format-args
|
||||
too-many-function-args
|
||||
truncated-format-string
|
||||
undefined-variable
|
||||
unexpected-keyword-arg
|
||||
unsubscriptable-object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue