Don't be silent about which files are malformatted
This commit is contained in:
parent
b0dbedce57
commit
4fa4e39e21
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
FILES_TO_FORMAT="atst/ tests/ app.py"
|
FILES_TO_FORMAT="atst/ tests/ app.py"
|
||||||
|
|
||||||
if [ $1 == "check" ]; then
|
if [ "$1" == "check" ]; then
|
||||||
pipenv run black --check -q ${FILES_TO_FORMAT}
|
pipenv run black --check ${FILES_TO_FORMAT}
|
||||||
else
|
else
|
||||||
pipenv run black ${FILES_TO_FORMAT}
|
pipenv run black ${FILES_TO_FORMAT}
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user