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 49c2684 commit 4991728Copy full SHA for 4991728
format_python.sh
@@ -14,7 +14,7 @@ if [ ! -d black_formatting_env ]
14
then
15
echo "Formatting environment not found, installing it..."
16
python3 -m venv black_formatting_env
17
- ./black_formatting_env/bin/python3 -m pip install black==19.3b0
+ ./black_formatting_env/bin/python3 -m pip install click==8.0.4 black==19.3b0
18
fi
19
# Now we know exactly which black to use
20
black="./black_formatting_env/bin/python3 -m black"
0 commit comments