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

pull/92/head
Mike Gerber 1 year ago
parent 8a1ea4ec93
commit fe60361e8d

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

Loading…
Cancel
Save