mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 17:38:32 +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
|
||||
format = [
|
||||
{cmd = "isort ."},
|
||||
{cmd = "black ."},
|
||||
format.default_item_type = "cmd"
|
||||
format.sequence = [
|
||||
"isort .",
|
||||
"black .",
|
||||
]
|
||||
lint = [
|
||||
{cmd = "poetry --version"},
|
||||
{cmd = "poetry check"},
|
||||
{cmd = "flakeheaven --version"},
|
||||
{cmd = "flakeheaven plugins"},
|
||||
{cmd = "flakeheaven lint"},
|
||||
|
||||
lint.default_item_type = "cmd"
|
||||
lint.sequence = [
|
||||
"poetry --version",
|
||||
"poetry check",
|
||||
"flakeheaven --version",
|
||||
"flakeheaven plugins",
|
||||
"flakeheaven lint",
|
||||
]
|
||||
|
||||
test = [
|
||||
"lint",
|
||||
"test-run",
|
||||
|
|
Loading…
Add table
Reference in a new issue