- add actions workflow - add makefile with build/clean targets - add .gitignore file - update pre-commit hooks
@@ -0,0 +1,9 @@
# run pre-commit
build:
python3.11 -m venv venv
venv/bin/pip install pip --upgrade
venv/bin/pip install pre-commit
venv/bin/pre-commit run --all-files
clean:
rm -rf venv
The note is not visible to the blocked user.