diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-03-18 19:24:32 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-03-18 19:24:32 +0000 |
| commit | d365e06d7ebeceec1b103c9f5c7e738ebe7401b3 (patch) | |
| tree | d827394e8c50e49ad67263f4d7b4a3bb7c85234b | |
| parent | fadedefae2df9fa6dff624fab733d717aea5ca0e (diff) | |
| parent | 65f97106ae0363d4b4697c559efb522712c8fd95 (diff) | |
| download | flake8-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.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |
