From a6fd5ebe11dc63444d91485c24a5b933766ba1e2 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Wed, 8 Jun 2022 10:57:12 -0500 Subject: [PATCH] Disable pylint broad-except --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7373290..8435a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,6 @@ line-length = 79 target-version = ['py36'] preview = true [tool.pylint.main] -disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument"] +disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument", "broad-except"] [tool.pylint.format] max-line-length = 79 -- GitLab