aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/commit.sh b/commit.sh
index 405a9fc..575e237 100755
--- a/commit.sh
+++ b/commit.sh
@@ -40,6 +40,12 @@ commands() {
# Example:
# echo "Hello World"
+ # Sort imports
+ python3 -m isort .
+
+ # Format code
+ python3 -m black .
+
# Generate Requirements.txt
pipreqs --force .