Skip to content

Commit

Permalink
black format info is added
Browse files Browse the repository at this point in the history
  • Loading branch information
SamPosh authored Sep 21, 2022
1 parent 86dbfce commit 442fb11
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 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 442fb11

Please sign in to comment.