From 43d042b3569821b2eb6b2544fe26cdc56d0ddc1d Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 9 May 2022 11:45:09 +0100 Subject: [PATCH] tox: Trivial indentation fix Signed-off-by: Stephen Finucane --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index d6615835..8f49f42f 100644 --- a/tox.ini +++ b/tox.ini @@ -37,11 +37,11 @@ commands = [testenv:pep8] deps = - black - flake8 + black + flake8 commands = - black --check --quiet {posargs:patchwork manage.py} - flake8 {posargs:patchwork manage.py} + black --check --quiet {posargs:patchwork manage.py} + flake8 {posargs:patchwork manage.py} [flake8] # Some rules are ignored as their use makes the code more difficult to read: -- 2.47.3