Skip to content

Commit 2be7970

Browse files
committed
fix(devcontainer): configure git to install pre-commit
1 parent 40c2f89 commit 2be7970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/postAttach.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22
set -eu
33

4+
git config --global --add safe.directory /home/calitp/app
45
pre-commit install --install-hooks

0 commit comments

Comments
 (0)