Skip to content

Commit

Permalink
install flake8-pyproject to tox env
Browse files Browse the repository at this point in the history
otherwise it won't find the config in pyproject.toml.
  • Loading branch information
ThomasWaldmann committed Mar 6, 2024
1 parent 6349bc0 commit 2beff15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ commands = pytest -m "not needs_server" --cov=bepasty --pyargs {posargs:bepasty.

[testenv:flake8]
changedir =
deps = flake8
deps =
flake8
flake8-pyproject
commands = flake8 src/

0 comments on commit 2beff15

Please sign in to comment.