Disable pylint import-error for collections.
This matches the Ansible configuration.
This commit is contained in:
parent
2198ecb1d2
commit
ef6be41bf1
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ disable=
|
|||
function-redefined,
|
||||
global-statement,
|
||||
global-variable-undefined,
|
||||
import-error,
|
||||
import-self,
|
||||
inconsistent-return-statements,
|
||||
invalid-envvar-default,
|
||||
|
|
Loading…
Reference in a new issue