root: increase limit of max-attributes in pylint

This commit is contained in:
Jens Langhammer
2020-09-19 13:40:23 +02:00
parent 8b4222e7bb
commit 5e6acee2a5
4 changed files with 8 additions and 4 deletions

View File

@ -366,7 +366,6 @@ class AuthorizationCode(ExpiringModel, BaseGrantModel):
@dataclass
# pylint: disable=too-many-instance-attributes
class IDToken:
"""The primary extension that OpenID Connect makes to OAuth 2.0 to enable End-Users to be
Authenticated is the ID Token data structure. The ID Token is a security token that contains