From 052582a0e11eec026aef97f579d091d193022a0a Mon Sep 17 00:00:00 2001 From: anthony-melin Date: Thu, 16 Jul 2026 20:41:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20code=20format=20util?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- format.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 format.sh diff --git a/format.sh b/format.sh new file mode 100755 index 0000000..abfd74b --- /dev/null +++ b/format.sh @@ -0,0 +1,2 @@ +isort $1 +autopep8 -i --max-line-length=120 $1