From fd0ef87db200c634aa5639cb53ad8499eef6d71b Mon Sep 17 00:00:00 2001 From: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:23:18 +0400 Subject: [PATCH] Update pyproject.toml Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com> --- pyproject.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e7ccf50..3aa2de67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,16 +106,7 @@ exclude = [ "httpcore/_sync", "tests/_sync", ] -line-length = 88 -select = [ - "E", - "F", - "W", - "I" -] - -[tool.ruff.pycodestyle] -max-line-length = 120 +select = ["E", "F", "W", "I"] [tool.ruff.isort] combine-as-imports = true