mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Disable pylint warning for wrong import position.
This commit is contained in:
@@ -36,6 +36,7 @@ disable =
|
|||||||
missing-module-docstring,
|
missing-module-docstring,
|
||||||
missing-class-docstring,
|
missing-class-docstring,
|
||||||
missing-function-docstring,
|
missing-function-docstring,
|
||||||
|
wrong-import-position
|
||||||
|
|
||||||
[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
|
||||||
|
|||||||
Reference in New Issue
Block a user