Minor fixes

This commit is contained in:
2026-01-09 00:58:53 +00:00
parent e658aa92a2
commit ca03f5d579

View File

@@ -44,7 +44,7 @@ docker run -d -p 6379:6379 redis:alpine
## Running tests ## Running tests
We have 134 tests covering algorithms, backends, decorators, middleware, and integration scenarios. I have 134 tests covering algorithms, backends, decorators, middleware, and integration scenarios.
```bash ```bash
# Run everything # Run everything
@@ -67,16 +67,15 @@ Tests run async by default via pytest-asyncio.
## Type checking ## Type checking
We use pyright in strict mode: I use pyright in strict mode:
```bash ```bash
uv run pyright uv run pyright
# or just: pyright # or just: pyright
``` ```
VS Code with Pylance gives you real-time feedback.
## Linting ## linting
Ruff handles both linting and formatting: Ruff handles both linting and formatting: