From 87214c8a0ceb854dda1a7fa690acebbef5ca98fe Mon Sep 17 00:00:00 2001 From: "S.D" Date: Mon, 5 Jul 2021 22:01:16 +0000 Subject: [PATCH] update dev guide further --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index cbb57a7..7e8c2c7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ can also do stuff like running it with There's some githooks setup to auto format it with black. that is the style. +Think you might also have to setup the githooks yourself on your end if you care + +use the + +```pre-commit run --all-files``` + +and + +```pre-commit install``` + +commands to do it + ## Todo