diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0d8f337b..f9ab29592 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ pytest tests/test_.py::test_ #### Run Ruff ```bash -ruff . +ruff check . ``` We receive a lot of code that fails the `ruff` checks.