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 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]