diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a570b26..9ddec83 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -44,7 +44,7 @@ docker run -d -p 6379:6379 redis:alpine ## 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 # Run everything @@ -67,16 +67,15 @@ Tests run async by default via pytest-asyncio. ## Type checking -We use pyright in strict mode: +I use pyright in strict mode: ```bash uv run pyright # or just: pyright ``` -VS Code with Pylance gives you real-time feedback. -## Linting +## linting Ruff handles both linting and formatting: