Skip to content

Commit 81794ad

Browse files
committed
Description
1 parent 20ea7b2 commit 81794ad

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, unit-tests, and docstring check |
2020
| `lint` | Run linter |
2121
| `format` | Fix lint issues and format code |
@@ -27,9 +27,9 @@ All tasks are defined in `pyproject.toml` under `[tool.poe.tasks]` and can be ru
2727
| `check-async-docstrings` | Check async client docstrings |
2828
| `fix-async-docstrings` | Fix async client docstrings |
2929
| `build-docs` | Build documentation website |
30-
| `run-docs` | Run documentation locally |
30+
| `run-docs` | Run documentation website locally |
3131
| `build` | Build package |
32-
| `clean` | Remove build artifacts |
32+
| `clean` | Remove build artifacts and clean caches |
3333

3434
## Dependencies
3535

0 commit comments

Comments
 (0)