From 3c1b4b97f49f823e3751d3d28b7307c69649da7a Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 18 May 2023 15:37:51 +0200 Subject: [PATCH] add link to black --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c494134..096bbb6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -29,7 +29,7 @@ When writing code please try to stick to these rules. Black Code Style ^^^^^^^^^^^^^^^^ -This project is formatted with the auto formatter black. +This project is formatted with the auto formatter `black `_. Please format your contributions with black, otherwise they will be rejected. GIT