From c6789f10a8b5ebcb566d2659edff9919afcad4ea Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 5 May 2023 17:03:11 +0200 Subject: [PATCH] mention formatter --- GUIDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 46cf79f..74a9018 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -53,3 +53,8 @@ class Mycheat(Hack): - See the [utils](./utils.py) file if you need more tools, like a vector class, colour etc. - If needed, feel free to add your own offsets to the `self.offsets` variable + +# Miscellaneous + +Please, use `black` before doing a pull request, as it's the formatter the +project use.