From 79dceaa02f6a2da77e8d5b27979ee3f378626137 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Mon, 12 Feb 2024 12:45:08 +0100 Subject: [PATCH] Fix pre-commit instructions in CONTRIBUTING * Fix pre-commit instructions in CONTRIBUTING --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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