aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.sh b/commit.sh
index 9d6136e..7370c0c 100755
--- a/commit.sh
+++ b/commit.sh
@@ -46,7 +46,7 @@ commands() {
python3 -m isort .
# Format code
- python3 -m black .
+ python3 black .
# Generate Requirements.txt
pipreqs --force .