Skip to content

Commit 7a41697

Browse files
committed
Fixed small error in CONTRIBUTING file
1 parent 91cbdbe commit 7a41697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ uv build
1010

1111
* run tests:
1212
```
13-
uv run ruff check .
13+
uv run python -m unittest --verbose
1414
```
1515

1616
* run ruff checks:

0 commit comments

Comments
 (0)