mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-13 01:48:31 +02:00
clean up poe config
This commit is contained in:
parent
13f12dbe19
commit
4e68644f91
1 changed files with 13 additions and 9 deletions
|
@ -83,17 +83,21 @@ test-run = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# Groups of tasks
|
# Groups of tasks
|
||||||
format = [
|
format.default_item_type = "cmd"
|
||||||
{cmd = "isort ."},
|
format.sequence = [
|
||||||
{cmd = "black ."},
|
"isort .",
|
||||||
|
"black .",
|
||||||
]
|
]
|
||||||
lint = [
|
|
||||||
{cmd = "poetry --version"},
|
lint.default_item_type = "cmd"
|
||||||
{cmd = "poetry check"},
|
lint.sequence = [
|
||||||
{cmd = "flakeheaven --version"},
|
"poetry --version",
|
||||||
{cmd = "flakeheaven plugins"},
|
"poetry check",
|
||||||
{cmd = "flakeheaven lint"},
|
"flakeheaven --version",
|
||||||
|
"flakeheaven plugins",
|
||||||
|
"flakeheaven lint",
|
||||||
]
|
]
|
||||||
|
|
||||||
test = [
|
test = [
|
||||||
"lint",
|
"lint",
|
||||||
"test-run",
|
"test-run",
|
||||||
|
|
Loading…
Add table
Reference in a new issue