diff --git a/pyproject.toml b/pyproject.toml
index 73732903f1c5db13758fb4d1bc5913c68842449c..8435a244db9f0e44034408e14ce1261abe1358e6 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