From cca89b3f55acb299fa4a5c83c5b0e3435b3540c2 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Wed, 4 May 2022 12:02:01 -0500 Subject: [PATCH] Add pylint to pyproject --- 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