Closed relastle closed 4 years ago
This problem is hard to resolve.
Because even pylint
and isort
, which are highly major python linting or fixing tools, are conflicting to each other.
I think implementing some logics related to import order explicitly in this project will make the problem more bigger.
I recommend you to choose your favorite linting or fixing tools 😄
Organize import statements when executing
NayvyImport*
.If implemented, no need to execute
isort
in a common use.