diff --git a/pyproject.toml b/pyproject.toml
index b67c083b4a157e31d2e057c4682717d5ce3819eb..8a8911eab457400a2abfcbb0167a3e6e3a33c6cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,6 +3,6 @@ line-length = 79
 target-version = ['py36']
 preview = true
 [tool.pylint.main]
-disable = ["import-error", "unused-argument", "dangerous-default-value", "broad-except"]
+disable = ["import-error", "unused-argument", "broad-except"]
 [tool.pylint.format]
 max-line-length = 79