summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-03-18 19:24:32 +0000
committerAnthony Sottile <asottile@umich.edu>2019-03-18 19:24:32 +0000
commitd365e06d7ebeceec1b103c9f5c7e738ebe7401b3 (patch)
treed827394e8c50e49ad67263f4d7b4a3bb7c85234b
parentfadedefae2df9fa6dff624fab733d717aea5ca0e (diff)
parent65f97106ae0363d4b4697c559efb522712c8fd95 (diff)
downloadflake8-d365e06d7ebeceec1b103c9f5c7e738ebe7401b3.tar.gz
Merge branch 'fix_black' into 'master'
Updates for changes in black's cli See merge request pycqa/flake8!312
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5d94e5c..f39c687 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]