Skip to content

Commit

Permalink
fix(devcontainer): configure git to install pre-commit (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Apr 16, 2024
2 parents 06b5063 + fc29f91 commit 141c674
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 141c674

Please sign in to comment.