Skip to content

Commit

Permalink
chore(docs): update dev documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Sep 2, 2024
1 parent a95754f commit 6c9fcc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ Install [Poetry](https://python-poetry.org/docs/master/#installing-with-the-offi
```bash
poetry install
poetry shell
pre-commit install
```

### Run pre-commit
### Run ruff
```
pre-commit run --all-files
poetry run ruff format --check .
poetry run ruff check .
```

## Licence
Expand Down

0 comments on commit 6c9fcc4

Please sign in to comment.