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 basepython = python3
skip_install = true skip_install = true
deps = deps =
black black>=19.3b0
commands = commands =
black -l 78 -N src/ black --line-length 78 src/
# Linters # Linters
[testenv:flake8] [testenv:flake8]