Match black line length to flake8 line length

This commit is contained in:
Alex Stokes 2019-08-03 11:22:33 -07:00 committed by Kevin Mai-Husan Chia
parent cb301fcc51
commit 251422a234

View File

@ -1,5 +1,5 @@
[tool.black]
line-length = 88
line-length = 100
target_version = ['py37']
include = '\.pyi?$'
exclude = '''