From c52f7caa32bd710f8c50cf43de1554d8762e7329 Mon Sep 17 00:00:00 2001 From: Andrey Ivanov Date: Sat, 5 Oct 2024 13:05:23 +0100 Subject: [PATCH 1/2] Update ruff usage example --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 096582e45afa..02851a71f40a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. From d5840a2300d548150074aaa8751c533375107f01 Mon Sep 17 00:00:00 2001 From: Andrey Ivanov <97749666+ivnvxd@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:22:13 +0100 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: Tianyi Zheng --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02851a71f40a..b5113212929a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.