Skip to content

Commit

Permalink
Remove extraneous line in precommit.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Mar 3, 2024
1 parent a3436ea commit 4051587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/precommit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SCRIPT_DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
source "${SCRIPT_DIR}/utilities/common.sh"

VENV_PATH=".cache/scripts/.venv" source "${PROJ_PATH}/scripts/utilities/ensure-venv.sh"

REQS="${PROJ_PATH}/scripts/requirements-dev.txt" source "${PROJ_PATH}/scripts/utilities/ensure-reqs.sh"

# pre-commit autoupdate
Expand Down

0 comments on commit 4051587

Please sign in to comment.