From 52bea72b8d329d8f288bbf3c38d16b57c97c4c24 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 23 Jan 2025 18:28:15 +0000 Subject: [PATCH] too-many-public-methods --- src/api/views/auth_factor_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/views/auth_factor_test.py b/src/api/views/auth_factor_test.py index 3d96f7c4..af1dc401 100644 --- a/src/api/views/auth_factor_test.py +++ b/src/api/views/auth_factor_test.py @@ -26,6 +26,7 @@ # pylint: disable=missing-class-docstring # pylint: disable=too-many-ancestors +# pylint: disable=too-many-public-methods class TestAuthFactorViewSet(ModelViewSetTestCase[User, AuthFactor]):