From ca03f5d57968da14014e40f79b8a211ef55de9e7 Mon Sep 17 00:00:00 2001 From: zanewalker Date: Fri, 9 Jan 2026 00:58:53 +0000 Subject: [PATCH] Minor fixes --- DEVELOPMENT.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: