We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f50576 commit 1e1b62cCopy full SHA for 1e1b62c
examples/test/legacy/v3_default_cmm.py
@@ -42,7 +42,6 @@ class V3DefaultCryptoMaterialsManager(CryptoMaterialsManager):
42
43
# pylint: disable=no-self-use
44
def _generate_signing_key_and_update_encryption_context(self, algorithm, encryption_context):
45
- # noqa: F401
46
"""Generates a signing key based on the provided algorithm.
47
48
:param algorithm: Algorithm for which to generate signing key
tox.ini
@@ -173,6 +173,8 @@ commands =
173
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
174
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
175
--ignore D103,E203,W503 \
176
+ per-file-ignores =
177
+ v3_default_cmm.py: D401
178
examples/test/
179
180
[testenv:pylint]
0 commit comments