searchme/.devcontainer/postCreateCommand.sh

8 lines
145 B
Bash
Executable File

#! /usr/bin/env bash
# Install Dependencies
poetry install --with dev
# Install pre-commit hooks
poetry run pre-commit install --install-hooks