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 |
@@ -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
You can’t perform that action at this time.
0 commit comments