We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cbdbe commit 7a41697Copy full SHA for 7a41697
1 file changed
CONTRIBUTING.md
@@ -10,7 +10,7 @@ uv build
10
11
* run tests:
12
```
13
-uv run ruff check .
+uv run python -m unittest --verbose
14
15
16
* run ruff checks:
0 commit comments