diff options
author | Julian Berman <Julian@GrayVines.com> | 2021-08-04 10:29:44 +0100 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2021-08-04 10:29:44 +0100 |
commit | e908b8055596329f0b4ba1bc0dc1c793b437299f (patch) | |
tree | cb2bb0a41b6b8b8b26715e17bcdc944a676e29a1 /tox.ini | |
parent | 39697cda809169cf7031839bb0174b5d8136029e (diff) | |
download | jsonschema-e908b8055596329f0b4ba1bc0dc1c793b437299f.tar.gz |
Fix missing trailing commas.draft2020-12
Add flake8-commas to ensure this stays the case.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |