From 926877d1d69429d7077b67753068ed740c0fb8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Sun, 11 Feb 2024 23:20:21 +0100 Subject: [PATCH] Make tox read from pyproject.toml too. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2e702da2..c110b47b 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,9 @@ commands = py.test {posargs} [testenv:flake8] # Note: Settings for flake8 exists in the setup.cfg file changedir = {toxinidir} -deps = flake8 +deps = + flake8 + flake8-pyproject commands = flake8 .