-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Currently, I get this when I run uv run poe
Configured tasks:
dev Run server
check Format, lint, typecheck
typecheck Run all typecheckers
ty-check Run the 'ty' typechecker
pyright-check Run the 'pyright' typechecker
lint Run the 'ruff' linter
format Run the 'ruff' formatter
test Run pytest
I'd like to group my commands into sections for better navigation among them. Example:
Configured tasks:
[Server]
[[Dev]]
dev Run server
[Static analysis]
[[All]]
check Format, lint, typecheck
[[Typecheck]]
typecheck Run all typecheckers
ty-check Run the 'ty' typechecker
pyright-check Run the 'pyright' typechecker
[[Lint]]
lint Run the 'ruff' linter
[[Format]]
format Run the 'ruff' formatter
[Dynamic analysis]
[[Tests]]
test Run pytest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels