We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403f14 commit 92b228bCopy full SHA for 92b228b
1 file changed
CONTRIBUTING.md
@@ -8,6 +8,11 @@ This project uses [uv](https://docs.astral.sh/uv/).
8
uv build
9
```
10
11
+* To run ruff checks:
12
+```
13
+uv run ruff check .
14
15
+
16
* To serve the documentation:
17
18
uv --directory documentation/user_doc run mkdocs serve -a localhost:8888
0 commit comments