Skip to content

Commit

Permalink
Update ruff usage example in CONTRIBUTING.md (#11772)
Browse files Browse the repository at this point in the history
* Update ruff usage example

* Update CONTRIBUTING.md

Co-authored-by: Tianyi Zheng <[email protected]>

---------

Co-authored-by: Tianyi Zheng <[email protected]>
  • Loading branch information
ivnvxd and tianyizheng02 authored Oct 5, 2024
1 parent 50aca04 commit ad6395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ We want your work to be readable by others; therefore, we encourage you to note

```bash
python3 -m pip install ruff # only required the first time
ruff .
ruff check
```

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

0 comments on commit ad6395d

Please sign in to comment.