Skip to content

Commit 866e472

Browse files
committed
fix: ignore pylint warnign about kwarg count
1 parent e077a4e commit 866e472

File tree

1 file changed

+1
-1
lines changed
  • src/rasenmaeher_api/web/api/middleware

1 file changed

+1
-1
lines changed

src/rasenmaeher_api/web/api/middleware/mtls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class MTLSorJWT(HTTPBase): # pylint: disable=too-few-public-methods
1717
"""Auth either by JWT or mTLS header"""
1818

19-
def __init__(
19+
def __init__( # pylint: disable=too-many-arguments
2020
self,
2121
*,
2222
scheme: str = "header",

0 commit comments

Comments
 (0)