From 3d24f433eb59407d99a60e06fb5f3c57bd306960 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Thu, 19 May 2022 13:15:58 -0500 Subject: [PATCH] Format pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e3c009..e3d7595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] -line-length=79 -target-version=['py36'] -preview=true +line-length = 79 +target-version = ['py36'] +preview = true [tool.pylint.format] max-line-length = 79 -- GitLab