Skip to content

Commit 4991728

Browse files
author
Bert Vandenbroucke
committed
Pinned click version in Python formatting script to avoid black issue.
1 parent 49c2684 commit 4991728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ ! -d black_formatting_env ]
1414
then
1515
echo "Formatting environment not found, installing it..."
1616
python3 -m venv black_formatting_env
17-
./black_formatting_env/bin/python3 -m pip install black==19.3b0
17+
./black_formatting_env/bin/python3 -m pip install click==8.0.4 black==19.3b0
1818
fi
1919
# Now we know exactly which black to use
2020
black="./black_formatting_env/bin/python3 -m black"

0 commit comments

Comments
 (0)