aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRémy HUBSCHER <hubscher.remy@gmail.com>2020-04-22 09:42:50 +0200
committerGitHub <noreply@github.com>2020-04-22 09:42:50 +0200
commit8e6643302ffa2605f905b9a41888527dffc21564 (patch)
tree36f586dafc32223cd0f05861b7300f19b88c376e /docs
parent11aef3f3d1dfc8732f4765c8e54a1fcc5b8128c7 (diff)
downloadihatemoney-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')
-rw-r--r--docs/contributing.rst11
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