comment script

This commit is contained in:
burnettk 2023-03-16 23:11:17 -04:00
parent 4e7279415b
commit c50d1455df
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ function error_handler() {
trap 'error_handler ${LINENO} $?' ERR
set -o errtrace -o errexit -o nounset -o pipefail
# this intends to replicate the behavior of the pre-commit hook
poetry run reorder-python-imports --application-directories=spiffworkflow-backend/src $(find spiffworkflow-backend/src -name '*.py' -type f -not -path '*load_database_models.py' -not -path '*/migrations/*')