From 251422a2347495a128d642303b5f32f9aee4ccbe Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Sat, 3 Aug 2019 11:22:33 -0700 Subject: [PATCH] Match `black` line length to `flake8` line length --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65876810..fb613afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.black] -line-length = 88 +line-length = 100 target_version = ['py37'] include = '\.pyi?$' exclude = '''