isort sorts imports by type (CONSTANT_VARIABLE, the CamelCaseClass, then functions_and_variables) and alphabetically, and automatically separated into sections (standard library, external library, internal import).
See D10200's description for the rationale regarding the choice of parameters
--profile=black --line-length=79.
Depends on D10200, D10201, D10202, D10203, D10204, D10205, D10206