Skip to content

Commit

Permalink
use pflake8 to run flake8 with pyproject.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 3, 2022
1 parent 61dfdef commit eddf10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ commands =
[testenv:codestyle]
skip_install = true
description = check code style, e.g. with flake8
deps = flake8
commands = flake8 {posargs}
deps = pyproject-flake8
commands = pflake8 {posargs}

[testenv:bandit]
deps=
Expand Down

0 comments on commit eddf10c

Please sign in to comment.