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