Skip to content

Commit d5ceccf

Browse files
committed
description
1 parent 9ca1dd7 commit d5ceccf

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 |
@@ -24,9 +24,9 @@ All tasks are defined in `pyproject.toml` under `[tool.poe.tasks]` and can be ru
2424
| `unit-tests-cov` | Run unit tests with coverage |
2525
| `e2e-templates-tests` | Run end-to-end template tests |
2626
| `build-docs` | Build documentation website |
27-
| `run-docs` | Run documentation locally |
27+
| `run-docs` | Run documentation website locally |
2828
| `build` | Build package |
29-
| `clean` | Remove build artifacts |
29+
| `clean` | Remove build artifacts and clean caches |
3030

3131
## Dependencies
3232

0 commit comments

Comments
 (0)