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

✒ README-DEV: Make pre-commit section top-level (+ small whitespace fix)

This commit is contained in:
Mike Gerber 2023-10-23 15:17:06 +02:00
parent 8a1ea4ec93
commit fe60361e8d

View file

@ -10,6 +10,7 @@ pytest
```
## Test running examples
Only unit tests:
```bash
pytest -m "not integration"
@ -36,7 +37,7 @@ pytest -k "not test" --mypy
pytest -k "not test" --ruff
```
## How to use pre-commit
# How to use pre-commit
This project optionally uses [pre-commit](https://pre-commit.com) to check commits. To use it: