iai-group / guidelines

IAI Style Guide
7 stars 4 forks source link

Python import ordering #15

Closed IKostric closed 2 years ago

IKostric commented 3 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)?

kbalog commented 3 years ago

@IKostric Yes, add those.

IKostric commented 3 years ago

Depends on #20

IKostric commented 2 years ago

Done. See here.