Skip to content

Commit

Permalink
Update docs/contributing/development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy authored Oct 4, 2024
1 parent 93d6a48 commit a214c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you need to add a new dependency, edit `pyproject.toml` and insert the
dependency in the correct location (either in the `dependencies` array or under
`[project.optional-dependencies]`).

## Usage of Pre-Commit
## Usage of pre-commit

To maintain code quality, we use pre-commit for automated checks before committing changes. We recommend you install
and configure pre-commit so you can format and lint as you go instead of waiting for CI/CD check failures and
Expand Down

0 comments on commit a214c8e

Please sign in to comment.