Skip to content

Commit

Permalink
⚙️ dev setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 8, 2023
1 parent 498de6f commit f3bec45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AUTO DEV SETUP

echo "SETUP: install poetry (package manager)"
curl -sSL https://install.python-poetry.org | python3 -

echo "SETUP: install dependencies"
poetry install

echo "SETUP: install pre-commit hooks"
poetry run pre-commit install

0 comments on commit f3bec45

Please sign in to comment.