From 863f7110b68deb906b837f7c441f3c5beb509dbf Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Fri, 13 May 2022 10:00:34 -0500
Subject: [PATCH] Update pyproject.toml

Add message to be ignored
---
 pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index e3d7595..b67c083 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,5 +2,7 @@
 line-length = 79
 target-version = ['py36']
 preview = true
+[tool.pylint.main]
+disable = ["import-error", "unused-argument", "dangerous-default-value", "broad-except"]
 [tool.pylint.format]
 max-line-length = 79
-- 
GitLab