Skip to content

Commit

Permalink
codecheck updated
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamilloni committed Feb 7, 2025
1 parent e8eb49e commit b70e316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecheck.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# check for black
pip show black
if [ $? -eq 0 ]; then
python -m black -t py39 -t py310 -t py311 -t py312 --line-length=127 .
python -m black -t py310 -t py311 -t py312 -t py313 --line-length=127 .
else
echo "black module not found!"
echo "you can install it as pip install git+https://github.com/psf/black"
Expand Down

0 comments on commit b70e316

Please sign in to comment.