diff --git a/docs/developing-locust.rst b/docs/developing-locust.rst index 818e29a43a..39883c6f42 100644 --- a/docs/developing-locust.rst +++ b/docs/developing-locust.rst @@ -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 + Build documentation ===================