searchme/.devcontainer/postCreateCommand.sh

8 lines
145 B
Bash
Raw Normal View History

2024-03-15 00:58:24 +00:00
#! /usr/bin/env bash
# Install Dependencies
poetry install --with dev
# Install pre-commit hooks
poetry run pre-commit install --install-hooks