ci/pylintrc: disable wrong-import-order
This one has false positives across different Python versions and is not that useful anyway.
Este commit está contenido en:
padre
00a81b75a3
commit
dc14b839c6
@ -18,7 +18,8 @@ disable=
|
||||
locally-enabled,
|
||||
logging-format-interpolation,
|
||||
missing-docstring,
|
||||
star-args
|
||||
star-args,
|
||||
wrong-import-order
|
||||
|
||||
[REPORTS]
|
||||
|
||||
|
||||
Cargando…
Referencia en una nueva incidencia
Block a user