diff options
| -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 |
