Skip to content

Commit

Permalink
Fix pre-commit instructions in CONTRIBUTING
Browse files Browse the repository at this point in the history
* Fix pre-commit instructions in CONTRIBUTING
  • Loading branch information
cbrnr authored Feb 12, 2024
1 parent efaa0bd commit 79dceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 79dceaa

Please sign in to comment.