diff --git a/src/backend/core/resource_server/clients.py b/src/backend/core/resource_server/clients.py index ea9aed6..046cf97 100644 --- a/src/backend/core/resource_server/clients.py +++ b/src/backend/core/resource_server/clients.py @@ -19,7 +19,8 @@ class AuthorizationServerClient: - Setting appropriate headers for secure communication as recommended by RFC drafts. """ - # ruff: noqa: PLR0913 + # ruff: noqa: PLR0913 PLR017 + # pylint: disable=too-many-positional-arguments # pylint: disable=too-many-arguments def __init__( self,