Skip to content

isort (sort imports)

Mathias Hauser requested to merge mathause/cmip6-ng:isort into master

I called isort . on the project. This distributes them into three categories (standard library, third party and first party) and also sorts the imports alphabetically.

I also a setup.cfg to add some configuration for isort.

Merge request reports