setup.cfg: bump flake8 max-line-length to 85

This commit is contained in:
Brian Warner 2018-06-30 17:06:34 -07:00
parent 5f61531445
commit 48d740406b

View File

@ -9,4 +9,4 @@ tag_prefix =
parentdir_prefix = magic-wormhole
[flake8]
max-line-length = 84
max-line-length = 85