Skip to content

Commit 92b228b

Browse files
committed
Documented method to run ruff
1 parent e403f14 commit 92b228b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This project uses [uv](https://docs.astral.sh/uv/).
88
uv build
99
```
1010

11+
* To run ruff checks:
12+
```
13+
uv run ruff check .
14+
```
15+
1116
* To serve the documentation:
1217
```
1318
uv --directory documentation/user_doc run mkdocs serve -a localhost:8888

0 commit comments

Comments
 (0)