From 8da638260f689d7a3ee4a88c9435ef3e4a37a604 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 15 May 2021 16:53:01 +0300 Subject: Update format scripts --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 355e6d6..877165e 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ pylint = "*" [scripts] alarmpy = "python alarmpy/alarmpy.py" -format = "black ." -formatcheck = "black --check ." +format = "black alarmpy" +formatcheck = "black --check alarmpy" lint = "pylint -j 0 -d R,C alarmpy" test = "pytest" -- cgit v1.3.1