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:
parent
32bd1896e0
commit
5b20fb24a1
3 changed files with 37 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue