From e908b8055596329f0b4ba1bc0dc1c793b437299f Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 4 Aug 2021 10:29:44 +0100 Subject: Fix missing trailing commas. Add flake8-commas to ensure this stays the case. --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7e31b7e..33de1aa 100644 --- a/tox.ini +++ b/tox.ini @@ -83,6 +83,7 @@ commands = {envbindir}/detect-secrets scan {toxinidir} [testenv:style] deps = flake8 + flake8-commas commands = {envpython} -m flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs -- cgit v1.2.1