Skip to content
  • ntome's avatar
    tools/hooks/run-flake8.py: use flake8-import-order plugin · 9c714c91
    ntome authored and hydrargyrum's avatar hydrargyrum committed
    But it's pep8 rule keeps application-imports in the same group as
    relative-imports. Changing it is not a matter of configuration but defining
    our own style, which is tedious as it would require a setuptools entrypoint
    just for that, so we inject manually the style.
    9c714c91
This project manages its dependencies using pip. Learn more