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,
|
||||
logging-format-interpolation,
|
||||
missing-docstring,
|
||||
star-args
|
||||
star-args,
|
||||
wrong-import-order
|
||||
|
||||
[REPORTS]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user