Skip to content

Commit c52f7ca

Browse files
committed
Update ruff usage example
1 parent 9a572de commit c52f7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ We want your work to be readable by others; therefore, we encourage you to note
9696

9797
```bash
9898
python3 -m pip install ruff # only required the first time
99-
ruff .
99+
ruff check .
100100
```
101101

102102
- Original code submission require docstrings or comments to describe your work.

0 commit comments

Comments
 (0)