feat: add Commands enum, delete useless commands, revamp the Settings class and the MarkovChain.message_handler method
This commit is contained in:
parent
29e1242591
commit
3a33411dd9
18 changed files with 1111 additions and 1190 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
fmt:
|
||||
uvx pre-commit run --all-files --color always
|
||||
|
||||
|
||||
.PHONY: tests
|
||||
tests:
|
||||
uv run pytest --cov=halig -vv tests --report-log reportlog.json
|
||||
uv run coverage html
|
||||
uv run coverage xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue