Remove pylint-django from VITAL_BUT_UNKNOWN (#3490)

Ref https://github.com/PyCQA/pylint-django/pull/337
This commit is contained in:
Andrew Chen Wang 2021-12-24 12:08:37 -05:00 committed by GitHub
parent 39e12c7428
commit 29490910b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,6 @@ _TABLE_HEADER = """
"""
VITAL_BUT_UNKNOWN = [
"django-environ", # not updated often
"pylint-django", # classifier not included in setup.py
]