Skip to content
Snippets Groups Projects
Commit 5c5b05a7 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

pylint upstream: Ignore __metaclass__

__metaclass__ is required for all plugins to be able to pass
Automation Hub tests.
parent fa94b14e
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ disable =
fixme
[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]
ignored-modules =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment