Skip to content

Commit 713b334

Browse files
committed
pacify linter for official test vectors and their many parameters
1 parent 2504caa commit 713b334

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/protocol/test_official_test_vectors_v2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Documentation is here: https://github.com/paseto-standard/paseto-spec
88
"""
99

10+
# pylint: disable=too-many-positional-arguments
11+
1012
import os
1113
from typing import List
1214
from unittest.mock import MagicMock, patch

tests/protocol/test_official_test_vectors_v4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Docs: https://github.com/paseto-standard/paseto-spec
66
"""
77

8+
# pylint: disable=too-many-positional-arguments
9+
810
import os
911
from typing import List
1012
from unittest.mock import MagicMock, patch

tests/protocol/test_paseto_v2_test_vectors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
2-E-5, 2-E-6, 2-S-2 use footer from reference implementation instead of rfc specification.
1313
"""
1414

15+
# pylint: disable=too-many-positional-arguments
16+
1517
import os
1618
import re
1719
from unittest.mock import MagicMock, patch

0 commit comments

Comments
 (0)