Skip to content

Automate sorting of imports

Leo P. Singer requested to merge leo-singer/gwcelery:isort into main

There is a common convention for ordering of module-level imports in Python: standard library, third party, and current package imports in three spearate groups.

We have mostly adhered to this convention, but not rigorously. Use isort to automatically sort imports and also check import order.

Merge request reports