remove pre commit from build dependencies
This commit is contained in:
parent
900f1a6f7a
commit
6c52b7bbd9
@ -42,8 +42,8 @@ and go ahead and test your changes. Before committing please make sure to pack t
|
||||
### Pre-Commit
|
||||
Some checks and scripts can be automatically run using [pre-commit](https://pre-commit.com/).
|
||||
|
||||
The scripts are configured in the `pre-commit-config.yaml`. To setup the hooks on your development environment run
|
||||
`pre-commit install`.
|
||||
The scripts are configured in the `pre-commit-config.yaml`. To setup the hooks on your development environment install
|
||||
pre commit using `pip install pre-commit` and run `pre-commit install` to setup the hooks.
|
||||
|
||||
To manually test all hooks (and ignore if files have changed) use `pre-commit run --all-files`
|
||||
|
||||
|
@ -30,5 +30,4 @@ django-random-queryset==0.1.3
|
||||
Jinja2==2.11.3
|
||||
django-webpack-loader==0.7.0
|
||||
django-js-reverse==0.9.1
|
||||
pre-commit==2.10.1
|
||||
django-allauth==0.44.0
|
||||
|
Loading…
Reference in New Issue
Block a user