From 0efb5bbe53c72bf2b8f2d78d1df13706f34ec205 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 14 Apr 2022 15:58:48 +0200 Subject: [PATCH] :technologist: Added format-script to Pipfile --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index 7f6d76f..fb202e1 100644 --- a/Pipfile +++ b/Pipfile @@ -33,3 +33,6 @@ black = "*" [requires] python_version = "3.10" + +[scripts] +format = "black ." \ No newline at end of file