docs(): added linting and formatting docs
This commit is contained in:
@@ -121,3 +121,29 @@ just test-coverage
|
||||
```bash
|
||||
just show-coverage
|
||||
```
|
||||
|
||||
## Linting && Formatting
|
||||
|
||||
### Clone the project
|
||||
|
||||
### Go to the project directory
|
||||
|
||||
### Install dependencies
|
||||
|
||||
```bash
|
||||
uv sync --all-extras
|
||||
```
|
||||
|
||||
### Run format
|
||||
|
||||
```bash
|
||||
just format
|
||||
```
|
||||
|
||||
### Run lint
|
||||
|
||||
```bash
|
||||
just lint
|
||||
# OR
|
||||
just fix # applies suggested fixes
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user