Skip to content
  • Kai Willadsen's avatar
    Move from flake8-import-order to isort · 6edbe7e8
    Kai Willadsen authored
    isort offers two main benefits: it automatically sorts and formats, and
    it has better configuration for some import order details.
    Specifically, this has changed the import order such that CONST and
    Class imports come before variable imports in `from` import lines, and
    more aggressively wraps multi-line imports.
    
    The other formatting change here is to enforce a number of lines after
    the end of import statements, which also improves consistency.
    6edbe7e8