From a69f6d67502070fd2d9f1cc794d6581c53bee62a Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:47:29 -0700 Subject: [PATCH] docs: update formatting instructions --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27fc237..f2de692 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,7 @@ ### Commit Types: ### Python Styleguide - Follow PEP 8 +- Please use Black to format your code first - Use meaningful variable names - Comment your code, but don't overdo it