isort - joamatab/dotfiles GitHub Wiki

Library that sorts imports alphabetically

pip install isort

How to apply this tooling before commiting code? integrate this plugins before we commit

pre-commit framework:

  • apply black
  • then flake8

enforce style consistency

pre-commit

References: