From 9d1c677a6bd3dc39a773a4491b8bf6d41d150433 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Wed, 21 Sep 2022 15:02:09 +0530 Subject: [PATCH] black added as link --- docs/developing-locust.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing-locust.rst b/docs/developing-locust.rst index 4090fb4162..3d2df42495 100644 --- a/docs/developing-locust.rst +++ b/docs/developing-locust.rst @@ -39,8 +39,8 @@ Then you can run the tests by just invoking tox in the Locust project root direc Format code =========== -Locust follows the `black` formatting standard. So please adhere to it -.. _block https://github.com/psf/black +Locust follows the `black `_. formatting standard. So please adhere to it + .. code-block:: console pip3 install black