We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a653e commit 30b7e51Copy full SHA for 30b7e51
technology/git/git-tools.sh
@@ -3,7 +3,7 @@
3
4
5
# Start Bash (Unix Shell)
6
-bash
+[ -z "$BASH" ] && exec bash
7
8
9
# Ignore certificate validation
@@ -79,7 +79,7 @@ if find . -type f -name "*.py" | grep -q "/."; then
79
80
# Check if "janitor" is in requirements.txt and replace it with pyjanitor
81
if grep -q "janitor" "requirements.txt"; then
82
- sed -i '/janitor/c\pyjanitor==0.32.7' requirements.txt
+ sed -i '/janitor/c\pyjanitor==0.32.8' requirements.txt
83
pre-commit run --files "./requirements.txt"
84
fi
85
0 commit comments