From 29490910b01e90cd4b261c33397f544d131cde9b Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Fri, 24 Dec 2021 12:08:37 -0500 Subject: [PATCH] Remove pylint-django from VITAL_BUT_UNKNOWN (#3490) Ref https://github.com/PyCQA/pylint-django/pull/337 --- scripts/create_django_issue.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/create_django_issue.py b/scripts/create_django_issue.py index ea85db6c2..0ebd082fc 100644 --- a/scripts/create_django_issue.py +++ b/scripts/create_django_issue.py @@ -112,7 +112,6 @@ _TABLE_HEADER = """ """ VITAL_BUT_UNKNOWN = [ "django-environ", # not updated often - "pylint-django", # classifier not included in setup.py ]