From d7811aa390f54cd6befa05b2d98199caa074f4aa Mon Sep 17 00:00:00 2001 From: Carter Francis Date: Wed, 27 Mar 2024 09:32:41 -0500 Subject: [PATCH] Documentation: Add to CONTRIBUTING.rst --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1f5ab479..a3443541 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -86,6 +86,10 @@ Please run the latest version of `black `_ on your newly added and modified files prior to each PR. +If this doesn't work for you, you can also use the Pre-commit CI to reformat your code +on github by commenting "pre-commit autofix" on your PR. + + Run and write tests -------------------