Merge branch 'fix_black' into 'master'

Updates for changes in black's cli

See merge request pycqa/flake8!312
This commit is contained in:
Anthony Sottile 2019-03-18 19:24:32 +00:00
commit d365e06d7e

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]