Skip to content

Commit 78a0a40

Browse files
committed
description
1 parent f075be2 commit 78a0a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All tasks are defined in `pyproject.toml` under `[tool.poe.tasks]` and can be ru
1515

1616
| Task | Description |
1717
| ---- | ----------- |
18-
| `install-dev` | Install dependencies and pre-commit hooks |
18+
| `install-dev` | Install development dependencies |
1919
| `check-code` | Run lint, type-check, and unit-tests |
2020
| `lint` | Run linter |
2121
| `format` | Fix lint issues and format code |
@@ -25,9 +25,9 @@ All tasks are defined in `pyproject.toml` under `[tool.poe.tasks]` and can be ru
2525
| `integration-tests` | Run integration tests |
2626
| `integration-tests-cov` | Run integration tests with coverage |
2727
| `build-docs` | Build documentation website |
28-
| `run-docs` | Run documentation locally |
28+
| `run-docs` | Run documentation website locally |
2929
| `build` | Build package |
30-
| `clean` | Remove build artifacts |
30+
| `clean` | Remove build artifacts and clean caches |
3131

3232
## Dependencies
3333

0 commit comments

Comments
 (0)