Skip to content

Commit

Permalink
Merge pull request #2212 from SamPosh/doc-update
Browse files Browse the repository at this point in the history
black format info is added
  • Loading branch information
cyberw authored Sep 21, 2022
2 parents 8c0f255 + 8e981a3 commit 185fd18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developing-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Then you can run the tests by just invoking tox in the Locust project root direc
tox
Format code
===========

Locust follows the `black <https://github.com/psf/black>`_ formatting standard. So please adhere to it

.. code-block:: console
pip3 install black
python -m black <file_to_be_formatted>
Build documentation
===================
Expand Down

0 comments on commit 185fd18

Please sign in to comment.