From 2beff15012f45926a6eb5f321fe4c157d63ef905 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 6 Mar 2024 12:29:11 +0100 Subject: [PATCH] install flake8-pyproject to tox env otherwise it won't find the config in pyproject.toml. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 133fd07..f577b49 100644 --- a/tox.ini +++ b/tox.ini @@ -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/