feat: add Buffon blocker to prevent specific user actions in system

This commit is contained in:
2024-12-09 20:48:50 +00:00
parent 9c036d087a
commit 479999111e
4 changed files with 14 additions and 5 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
ENV=./.venv/bin/activate
all: ensure_env format build install test
format:
./.venv/bin/python -m pip install black
./.venv/bin/python -m black .
./.venv/bin/python -m pip install shed
. $(ENV) && python -m shed
ensure_env:
-@python3 -m venv .venv
@@ -18,4 +20,4 @@ run:
python -m ragnar.run
test:
./.venv/bin/python -m unittest ragnar.tests
./.venv/bin/python -m unittest ragnar.tests