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