Updates for changes in black's cli

This commit is contained in:
Anthony Sottile 2019-03-18 12:21:00 -07:00
parent fadedefae2
commit 65f97106ae

View file

@ -35,9 +35,9 @@ commands =
basepython = python3
skip_install = true
deps =
black
black>=19.3b0
commands =
black -l 78 -N src/
black --line-length 78 src/
# Linters
[testenv:flake8]