From df988c1bc7b4ed878e9f169885e6159d53f5575a Mon Sep 17 00:00:00 2001 From: Stephen Kiely Date: Fri, 23 Aug 2024 22:29:21 -0500 Subject: [PATCH] Update pyproject.toml Remove django-not-configured from the disable list as it is no longer needed. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f213e9a8..b5ed4c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,7 +173,6 @@ load-plugins="pylint_django" [tool.pylint.message_control] disable=""", line-too-long, - django-not-configured, too-few-public-methods, too-many-lines, """