Skip to content

Commit

Permalink
Added note in 'development.rst' about using black to format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
SijmenHuizenga committed Feb 7, 2021
1 parent 0d60096 commit ac7cd18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/development.rst
Expand Up @@ -21,6 +21,16 @@ Running tests
py.test test_schedule.py --flake8 schedule -v --cov schedule --cov-report term-missing
Formatting the code
-------------------
This project uses `black formatter <https://black.readthedocs.io/en/stable/>`_.
To format the code, run:

.. code-block:: bash
black .
Make sure you use version 20.8b1 of black.

Compiling documentation
-----------------------
Expand Down

0 comments on commit ac7cd18

Please sign in to comment.