mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
change flake8 to flakeheaven in tests
This commit is contained in:
parent
c7ae9dbba9
commit
24c8d2751d
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@ format-check = [
|
||||||
{cmd = "black --check --diff ."},
|
{cmd = "black --check --diff ."},
|
||||||
]
|
]
|
||||||
style-check = [
|
style-check = [
|
||||||
{cmd = "pflake8 --version"},
|
{cmd = "flakeheaven --version"},
|
||||||
{cmd = "pflake8 jrnl tests tasks.py"},
|
{cmd = "flakeheaven plugins"},
|
||||||
|
{cmd = "flakeheaven lint"},
|
||||||
]
|
]
|
||||||
sort-run = [
|
sort-run = [
|
||||||
{cmd = "isort ."},
|
{cmd = "isort ."},
|
||||||
|
|
Loading…
Add table
Reference in a new issue