Add a word about isort in the contributing docs. (#564)

This commit is contained in:
Rémy HUBSCHER 2020-04-22 09:42:50 +02:00 committed by GitHub
parent 11aef3f3d1
commit 8e6643302f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,13 +98,14 @@ To do so::
make test
We are using the `black <https://black.readthedocs.io/en/stable/>`_ formatter
for all the Python files in this project. Be sure to run it locally on your
files. To do so, just run::
We are using `black <https://black.readthedocs.io/en/stable/>`_ and
`isort <https://timothycrosley.github.io/isort/>`_ formatters for all the Python
files in this project. Be sure to run it locally on your files.
To do so, just run::
black ihatemoney
make black isort
You can also integrate it with your dev environment (as a *format-on-save*
You can also integrate them with your dev environment (as a *format-on-save*
hook, for instance).
As a designer / Front-end developer