Include scripts in formatting
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user