Skip to content

Commit 8fc808c

Browse files
committed
Update contributting accordingly
1 parent 256a370 commit 8fc808c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ make lint
8888

8989
`prek` will automatically fix the violations such as import orders, formatting etc. Pylint errors you need to fix yourself.
9090

91-
In contrast to the name suggest, it doesn't run the checks on the commit. If this is something that you like, you can set this up by running `prek install`.
91+
In addition to manually running `make lint`, you can install the pre-commit hooks in your local repo with `prek install`. By doing this, linting is run automatically every time you make a commit.
9292

9393
You can bump the integrations to the latest version using `prek auto-update`. This will check if there is a newer version of `{black,mypy,isort,...}` and update the yaml.
9494

0 commit comments

Comments
 (0)