From a5f2b5abdfdfe7e9582466a5b7e499d12ad56f27 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 5 Jan 2024 10:30:24 +0100 Subject: [PATCH] tox.ini: poetry update flake8 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5048474..502a81b 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,7 @@ deps = [testenv:lint] commands = poetry install -q + poetry update flake8 poetry run flake8 poetry run isort --check --diff . poetry run black --check --diff .