remove pre commit from build dependencies

This commit is contained in:
vabene1111 2021-02-08 10:02:30 +01:00
parent 900f1a6f7a
commit 6c52b7bbd9
2 changed files with 2 additions and 3 deletions

View File

@ -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`

View File

@ -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