refactor: many changes
- Add missing actions and make a clear boundary between actions, services and nfra (i.e: actions shouldn't use stuff from infra/) - Delete stuff not in use: tts, gtts, etc - Add a ton of tests
This commit is contained in:
parent
b2185f4174
commit
152546982c
46 changed files with 2328 additions and 700 deletions
3
Makefile
3
Makefile
|
|
@ -8,6 +8,9 @@ fmt:
|
|||
fmt--mypy:
|
||||
uvx pre-commit run --all-files --color always mypy
|
||||
|
||||
fmt--add-noqa:
|
||||
uvx ruff check --add-noqa .
|
||||
|
||||
|
||||
.PHONY: tests
|
||||
tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue