File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments