aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/commit.sh b/commit.sh
index 8818d46..9eac745 100755
--- a/commit.sh
+++ b/commit.sh
@@ -45,9 +45,6 @@ commands() {
# Format code
python3 -m black .
- # Generate Requirements.txt
- pipreqs ./ --ignore .venv
-
# Generate Maintainers List
python3 scripts/maintainers.py
}