From 1c286fef6c0f12effe0555a5feedfc49560d6ab1 Mon Sep 17 00:00:00 2001 From: Shayan Shiravani Date: Sat, 2 Dec 2023 14:39:11 +0330 Subject: [PATCH] Reduce black line-length --- .flake8 | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index 1663bf0b..6979c4fc 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -max-line-length=120 +max-line-length=88 extend-ignore = E203 diff --git a/pyproject.toml b/pyproject.toml index c3caf31f..e571d1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ profile = "black" [tool.black] -line-length = 120 target-version = ['py310'] include = '\.pyi?$'