feat: Add dev container (#8589)

This commit is contained in:
Kent Johnson
2025-05-26 20:35:27 -05:00
committed by GitHub
parent 83bfbc7045
commit 35d2281717
7 changed files with 48 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ python -m pip install pre-commit
if [ -d ".git" ]; then
echo "Installing pre-commit hooks..."
pre-commit install
make install-pre-commit-hooks
fi