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