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]
deps =
flake8
flake8-commas
skip_install = true
commands =
flake8 core tests setup.py