From 66513ea1f0ab87fefe66ea0407c0572c26f2c3ea Mon Sep 17 00:00:00 2001 From: Abhay Chauhan <79973672+thoughtlessnerd@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:09:07 +0530 Subject: [PATCH] Update pyproject.toml --- archit/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archit/pyproject.toml b/archit/pyproject.toml index 20eb46e..7ce0be5 100644 --- a/archit/pyproject.toml +++ b/archit/pyproject.toml @@ -14,5 +14,5 @@ exclude = ''' )/ ''' include = '\.pyi?$' -line-length = 88 -target-version = ['py36', 'py37', 'py38'] \ No newline at end of file +line-length = 200 +target-version = ['py36', 'py37', 'py38']