docs: fix markdown formatting in development guide
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user