Add flake8-commas to tox.ini

This commit is contained in:
Labrys of Knossos 2019-04-05 14:05:03 -04:00
commit 0bcbabd681

View file

@ -49,6 +49,7 @@ per-file-ignores =
[testenv:check] [testenv:check]
deps = deps =
flake8 flake8
flake8-commas
skip_install = true skip_install = true
commands = commands =
flake8 core tests setup.py flake8 core tests setup.py