diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c46d5b0..2d286f1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -38,7 +38,7 @@ you can run tests by making use of the `Makefile` and From the project root, call: - `make test` to run tests and coverage -- `pre-commit run` to run style checks (Ruff and some additional hooks) +- `pre-commit run -a` to run style checks (Ruff and some additional hooks) ## Building the documentation