Skip to content

Commit

Permalink
Activate pre-commit hooks upon local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulapreuss committed Nov 13, 2024
1 parent 05111db commit ce85177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/local_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ python manage.py migrate && \
python manage.py update_assettype && \
python manage.py loaddata 'fixtures/multivector_fixture.json' && \
echo yes | python manage.py collectstatic && \
pre-commit install \
echo 'Completed Setup Successfully!!'

0 comments on commit ce85177

Please sign in to comment.