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:
parent
8a1ea4ec93
commit
fe60361e8d
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue