Added Buffon blocker.
Build Ragnar anti spam bot / Build (push) Successful in 1m8s

This commit is contained in:
2024-12-09 21:48:50 +01:00
parent 016135cf8b
commit 06c2f8ffd0
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