build: remove defaults from pylint config

This commit is contained in:
2025-06-18 16:20:14 +03:00
parent 75682bc7be
commit 1f22a27360
4 changed files with 47 additions and 652 deletions

View File

@ -97,6 +97,7 @@ class LoginView(BaseView):
login user to service. The authentication session will be passed in ``Set-Cookie`` header.
Raises:
HTTPBadRequest: if bad data is supplied
HTTPFound: on success response
HTTPUnauthorized: if case of authorization error
"""