Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barneydobson authored Mar 21, 2024
1 parent c0f32a5 commit 69968f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ that are [`ruff`](https://docs.astral.sh/ruff/),
[`pyproject-fmt`](https://github.com/tox-dev/pyproject-fmt).
You do not need to run them manually - unless you want to - but rather they are
run automatically every time you make a commit thanks to `pre-commit`.
If you want to run them manually before comitting, you can do so with:

```bash
pre-commit run --all-files
```

`pre-commit` should already have been installed when installing the `dev`
dependencies, if you followed the instructions above, but you need to activate
Expand Down

0 comments on commit 69968f5

Please sign in to comment.