Include scripts in formatting

This commit is contained in:
Patrick Smith
2019-01-15 10:56:28 -05:00
parent c9639435aa
commit 1cd015a862
4 changed files with 31 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
FILES_TO_FORMAT="atst/ tests/ app.py"
FILES_TO_FORMAT="atst/ tests/ app.py script/"
if [ "$1" == "check" ]; then
pipenv run black --check ${FILES_TO_FORMAT}