mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
pylint upstream: Ignore __metaclass__
__metaclass__ is required for all plugins to be able to pass Automation Hub tests.
This commit is contained in:
@@ -57,7 +57,7 @@ disable =
|
|||||||
fixme
|
fixme
|
||||||
|
|
||||||
[pylint.BASIC]
|
[pylint.BASIC]
|
||||||
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode
|
good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode, __metaclass__
|
||||||
|
|
||||||
[pylint.IMPORTS]
|
[pylint.IMPORTS]
|
||||||
ignored-modules =
|
ignored-modules =
|
||||||
|
|||||||
Reference in New Issue
Block a user