summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-03-18 12:21:00 -0700
committerAnthony Sottile <asottile@umich.edu>2019-03-18 12:21:00 -0700
commit65f97106ae0363d4b4697c559efb522712c8fd95 (patch)
treed827394e8c50e49ad67263f4d7b4a3bb7c85234b
parentfadedefae2df9fa6dff624fab733d717aea5ca0e (diff)
downloadflake8-65f97106ae0363d4b4697c559efb522712c8fd95.tar.gz
Updates for changes in black's cli
-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]