Skip to content

Commit

Permalink
Recommend pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 8, 2023
1 parent a4ea861 commit b8f9d4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install in development mode:

$ pip install --editable .

### Installing tox
### Installing test tools

Vulture uses tox for testing. You can read more about it in the [tox
documentation](https://tox.readthedocs.io).
Expand All @@ -57,6 +57,12 @@ To install `tox`, run:

$ pip install tox

It's also recommended that you use `pre-commit` to catch style errors
early:

$ pip install pre-commit
$ pre-commit install

## Coding standards

### Creating a new branch
Expand Down

0 comments on commit b8f9d4c

Please sign in to comment.