Skip to content

Commit

Permalink
fix(devcontainer): configure git to install pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Apr 15, 2024
1 parent 06b5063 commit fc29f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/postAttach.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
set -eu

# initialize pre-commit

git config --global --add safe.directory /home/calitp/app
pre-commit install --overwrite

0 comments on commit fc29f91

Please sign in to comment.