diff --git a/pyproject.toml b/pyproject.toml index 2da6b4a..61dcc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,10 @@ force_sort_within_sections = true line_length = 120 profile = "black" +[tool.pylint.messages_control] +enable = ["all"] +disable = ["locally-disabled", "suppressed-message"] + [tool.pylint.format] max-line-length = 120