From c50d1455dffab9456b7aafa63a58c82789e9c691 Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 16 Mar 2023 23:11:17 -0400 Subject: [PATCH] comment script --- bin/reorder_python_imports_in_backend | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reorder_python_imports_in_backend b/bin/reorder_python_imports_in_backend index 100539ec8..38595b294 100755 --- a/bin/reorder_python_imports_in_backend +++ b/bin/reorder_python_imports_in_backend @@ -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/*')