From 63b0c2bf8d2193a3b1a644f45821245fc2e3ccab Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 26 Jul 2024 11:41:32 -0500 Subject: [PATCH] Update pyproject --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d15ad7..8b9f293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,9 @@ [tool.black] -line-length=79 -target-version=['py36'] +line-length = 79 +target-version = ['py36'] +preview = true +[tool.pylint.main] +disable = ["invalid-name", "import-error", "unused-argument", "broad-except"] +ignore = ["config.py", "tests.py"] +[tool.pylint.format] +max-line-length = 79 -- GitLab