1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

⚙ Add pre-commit

This commit is contained in:
Mike Gerber 2023-08-03 19:13:21 +02:00
parent 32bd1896e0
commit 5b20fb24a1
3 changed files with 37 additions and 0 deletions

View file

@ -35,3 +35,10 @@ Static code analysis:
pytest -k "not test" --mypy
pytest -k "not test" --ruff
```
## How to use pre-commit
This project optionally uses [pre-commit](https://pre-commit.com) to check commits. To use it:
- Install pre-commit, e.g. `pip install -r requirements-dev.txt`
- Install the repo-local git hooks: `pre-commit install`