Set max-line-length to 88 as recommended by Black

https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length
This commit is contained in:
Chris Mayo 2020-05-26 20:20:57 +01:00
parent fbad110e7c
commit 182e394139

View file

@ -25,7 +25,7 @@ filename =
builtins =
_
_n
max-line-length = 80
max-line-length = 88
per-file-ignores =
# In several files imports intentionally cause:
# E402: module level import not at top of file