Skip to content

Commit

Permalink
Automatically install pre-commit on dev container startup
Browse files Browse the repository at this point in the history
  • Loading branch information
korverdev authored and DimitriPapadopoulos committed Jul 25, 2023
1 parent 59355e9 commit 0431760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/post_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pip install --upgrade \
setuptools_scm \
wheel
pip install -e '.[dev]'

pre-commit install --install-hooks

0 comments on commit 0431760

Please sign in to comment.