Skip to content

Commit

Permalink
docs: add instructions to disable pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeThisIsRu committed Jun 8, 2021
1 parent b77f18a commit ec75116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Note: Since we are deleting the containers, be careful when deleting volumes wit

### Pre-commit hooks

`pre-commit` requires Python to be available locally and covers JavaScript and CSS. Set up with `pip install --user pre-commit` followed by `pre-commit install`.
`pre-commit` requires Python to be available locally and covers JavaScript and CSS. Set up with `pip install --user pre-commit` followed by `pre-commit install`. Conversely, if the prompts are far too bothersome, remove with `pre-commit uninstall`.

0 comments on commit ec75116

Please sign in to comment.