change flake8 to flakeheaven in tests

This commit is contained in:
Jonathan Wren 2022-10-29 13:10:28 -07:00
parent c7ae9dbba9
commit 24c8d2751d
No known key found for this signature in database

View file

@ -70,8 +70,9 @@ format-check = [
{cmd = "black --check --diff ."},
]
style-check = [
{cmd = "pflake8 --version"},
{cmd = "pflake8 jrnl tests tasks.py"},
{cmd = "flakeheaven --version"},
{cmd = "flakeheaven plugins"},
{cmd = "flakeheaven lint"},
]
sort-run = [
{cmd = "isort ."},