diff options
| author | Rémy HUBSCHER <hubscher.remy@gmail.com> | 2020-04-22 09:42:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 09:42:50 +0200 |
| commit | 8e6643302ffa2605f905b9a41888527dffc21564 (patch) | |
| tree | 36f586dafc32223cd0f05861b7300f19b88c376e /docs/contributing.rst | |
| parent | 11aef3f3d1dfc8732f4765c8e54a1fcc5b8128c7 (diff) | |
| download | ihatemoney-mirror-8e6643302ffa2605f905b9a41888527dffc21564.zip ihatemoney-mirror-8e6643302ffa2605f905b9a41888527dffc21564.tar.gz ihatemoney-mirror-8e6643302ffa2605f905b9a41888527dffc21564.tar.bz2 | |
Add a word about isort in the contributing docs. (#564)
Diffstat (limited to 'docs/contributing.rst')
| -rw-r--r-- | docs/contributing.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 5cff063..c88d0c3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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 |
