Skip to content

Commit 546f937

Browse files
committed
🧪Apply pylint ignores @ test_credential_plugins
1 parent 3add9a1 commit 546f937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/managed_credential_plugins_test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ def check(
504504
),
505505
),
506506
)
507-
# pylint: disable-next=too-many-arguments, too-many-positional-arguments
508507
# FIXME: Type ignore below due to ManagedCredentialType type not found.
508+
# pylint: disable-next=too-many-arguments, too-many-positional-arguments
509509
def test_credential_plugins( # type: ignore[no-any-unimported] # noqa: WPS211
510510
cred_type: ManagedCredentialType,
511511
inputs: CredentialInputType,

0 commit comments

Comments
 (0)