disable pylint on NotificationType now being "too long"

This commit is contained in:
Hugh Rundle 2021-10-05 08:10:23 +11:00
parent 78f5003407
commit 90d92edd75

View file

@ -4,7 +4,7 @@ from django.dispatch import receiver
from .base_model import BookWyrmModel
from . import Boost, Favorite, ImportJob, Report, Status, User
# pylint: disable=line-too-long
NotificationType = models.TextChoices(
"NotificationType",
"FAVORITE REPLY MENTION TAG FOLLOW FOLLOW_REQUEST BOOST IMPORT ADD REPORT INVITE ACCEPT JOIN LEAVE REMOVE",