Skip to content

Commit ad6395d

Browse files
Update ruff usage example in CONTRIBUTING.md (TheAlgorithms#11772)
* Update ruff usage example * Update CONTRIBUTING.md Co-authored-by: Tianyi Zheng <[email protected]> --------- Co-authored-by: Tianyi Zheng <[email protected]>
1 parent 50aca04 commit ad6395d

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)