Update CONTRIBUTING.md

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
Andrey Ivanov 2024-10-05 18:22:13 +01:00 committed by GitHub
parent c52f7caa32
commit d5840a2300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 check .
ruff check
```
- Original code submission require docstrings or comments to describe your work.