Updated Readme

This commit is contained in:
Alishahryar1 2026-02-15 22:03:14 -08:00
parent ad44594197
commit 83bb1108ae

View file

@ -328,6 +328,7 @@ free-claude-code/
```bash
uv run pytest # Run tests
uv run ty check # Type checking
uv run ruff check # Code style checking
uv run ruff format # Code formatting
```