From: Stephen Finucane Date: Mon, 9 May 2022 10:45:09 +0000 (+0100) Subject: tox: Trivial indentation fix X-Git-Tag: v3.1.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d042b3569821b2eb6b2544fe26cdc56d0ddc1d;p=thirdparty%2Fpatchwork.git tox: Trivial indentation fix Signed-off-by: Stephen Finucane --- 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: