Closed IKostric closed 2 years ago
When there are many imports in a Python file it is easy to lose track of the ordering. Flake8 does not consider ordering out of the box but it is in our styleguide.
Maybe we should consider adding flake8-import-order and reorder-python-imports for automatic ordering of imports (black does not do this at the moment)?
@IKostric Yes, add those.
Depends on #20
Done. See here.
When there are many imports in a Python file it is easy to lose track of the ordering. Flake8 does not consider ordering out of the box but it is in our styleguide.
Maybe we should consider adding flake8-import-order and reorder-python-imports for automatic ordering of imports (black does not do this at the moment)?