mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 02:18:08 +00:00
isort is a Python utility to to sort imports alphabetically, and automatically separated into sections. This config matches the Django coding style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports ``` Put imports in these groups: future, standard library, third-party libraries, other Django components, local Django component, try/excepts. ``` This also adds a tox target, not yet executed by default, which can be used to easily apply isort (`tox -e isort -- --apply`)
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
coverage==4.3.4
|
|
django_coverage_plugin==1.5.0
|
|
freezegun==0.3.9
|
|
mock==2.0.0
|
|
ipdb
|
|
isort==4.2.15
|