docs: fix markdown formatting in development guide

This commit is contained in:
2026-02-04 01:08:42 +00:00
parent fc88f84f4a
commit ddd51aab39

View File

@@ -74,7 +74,6 @@ uv run pyright
# or just: pyright
```
## linting
Ruff handles both linting and formatting:
@@ -106,7 +105,7 @@ Then open `http://localhost:8000` in your browser.
## Project layout
```
```bash
fastapi_traffic/
├── __init__.py # Public exports
├── exceptions.py # Custom exceptions