Skip to content

Commit 42615a8

Browse files
committed
Update pre-commit Hooks section in the contribution guidelines.
Signed-off-by: Leonard Carcaramo <[email protected]>
1 parent bb65ce9 commit 42615a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are many ways to contribute to the project. You can write code, work on th
4848
If you want to write code, a good way to get started is by looking at the issues section of this repository. Look for the **Good First Issue** tag. Good First Issues are great as a first contribution.
4949

5050
### pre-commit Hooks
51-
To ensure `clang-format` and `cppcheck` are always run against your code on **every commit**, set up the **pre-commit hooks**.
51+
To ensure `clang-format`, `cppcheck`, and `ruff` are always run against your code on **every commit**, set up the **pre-commit hooks**.
5252

5353
* Install [`pre-commit`](https://pre-commit.com/).
5454
* Setup **pre-commit Hooks**:

0 commit comments

Comments
 (0)