Commit 1509ae6
committed
Use shared cache for pre-commit hooks
Once the uv cache has been set up, configuring the pre-commit hooks
takes the most significant amount of time building the container. Using
a shared volume for the pre-commit cache as well takes the devcontainer
re-build time from ~1m10s to ~10s.1 parent 89f799f commit 1509ae6
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
0 commit comments