From 4cfa6b72ff2849aa574f7a640f3f789073245cff Mon Sep 17 00:00:00 2001 From: anthony-melin Date: Fri, 17 Jul 2026 20:25:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20update=20formatter=20util?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- format.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.sh b/format.sh index abfd74b..b8f0563 100755 --- a/format.sh +++ b/format.sh @@ -1,2 +1,2 @@ -isort $1 -autopep8 -i --max-line-length=120 $1 +isort src tests +autopep8 src tests