[Gobal] added flake8 and did format

This commit is contained in:
coja
2026-05-04 10:33:09 +02:00
parent 732640cf90
commit aa26a3675e
13 changed files with 308 additions and 150 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: build events dev stop help prep
.PHONY: build events dev stop help prep lint format
help:
@echo "Available commands:"
@@ -29,3 +29,9 @@ dev:
stop:
nginx -p . -s stop
lint:
./.venv/bin/flake8 . --config .flake8 --exclude .venv
format:
./.venv/bin/black .