Skip to content
Snippets Groups Projects
Commit 1be22f28 authored by Mark's avatar Mark
Browse files

Change documentation of pre commit

parent 5f03aeeb
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,12 @@ repos:
hooks:
- id: hadolint
- repo: https://github.com/jazzband/pip-tools
# Makes sure the requirements.txt file is up to date
rev: 5.2.1
hooks:
- id: pip-compile
- repo: https://github.com/timothycrosley/isort
# Sorts import statements for you
rev: 5.0.9
hooks:
- id: isort
......@@ -15,8 +15,12 @@ before each commit. Use the following commands to install the hooks
pre-commit install
```
Running the pre-commit for the first time usually takes a little longer because `pre-commit`
pulls some of it's hooks from upstream repositories.
Running `git commmit` for the first time after installing the hook usually takes a
little longer because `pre-commit` pulls it's hooks from upstream repositories.
You can find all hooks in `.pre-commit-config.yaml`.
In case you need to skip the execution of the pre-commit hooks (please don't!),
use `git commit --no-verify`.
## Adding dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment