ci/pylintrc: disable wrong-import-order
This one has false positives across different Python versions and is not that useful anyway.
This commit is contained in:
parent
00a81b75a3
commit
dc14b839c6
@ -18,7 +18,8 @@ disable=
|
|||||||
locally-enabled,
|
locally-enabled,
|
||||||
logging-format-interpolation,
|
logging-format-interpolation,
|
||||||
missing-docstring,
|
missing-docstring,
|
||||||
star-args
|
star-args,
|
||||||
|
wrong-import-order
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user