docs(README): update README

This commit is contained in:
2026-01-03 17:16:41 -06:00
parent 96f3f527f4
commit 184f0dbf14
4 changed files with 16 additions and 4 deletions

View File

@@ -63,8 +63,8 @@ tasks:
lint-python:
desc: Lint Python code using ruff
cmds:
- poetry run ruff check . --exclude tests
- poetry run ruff format --check . --exclude tests
- poetry run ruff check meshchatx tests scripts --exclude tests/frontend --exclude .pnpm-store
- poetry run ruff format --check meshchatx tests scripts --exclude tests/frontend --exclude .pnpm-store
lint-frontend:
desc: Lint frontend code