lint fixes #6
Annotations
10 errors and 1 warning
mypy:
pkcs11_cryptography_keys/card_token/PKCS11_token_admin.py#L2
Cannot find implementation or library stub for module named "asn1crypto.keys" [import]
|
mypy:
pkcs11_cryptography_keys/card_token/PKCS11_token.py#L4
Library stubs not installed for "cryptography" [import]
|
mypy:
pkcs11_cryptography_keys/card_token/PKCS11_token.py#L5
Library stubs not installed for "cryptography.exceptions" [import]
|
mypy:
pkcs11_cryptography_keys/card_token/PKCS11_token.py#L6
Library stubs not installed for "cryptography.hazmat.backends" [import]
|
mypy:
pkcs11_cryptography_keys/card_token/PKCS11_token.py#L7
Library stubs not installed for "cryptography.hazmat.primitives" [import]
|
mypy:
pkcs11_cryptography_keys/card_slot/PKCS11_slot.py#L2
Library stubs not installed for "cryptography" [import]
|
mypy:
pkcs11_cryptography_keys/card_slot/PKCS11_slot.py#L3
Library stubs not installed for "cryptography.hazmat.backends" [import]
|
mypy:
pkcs11_cryptography_keys/card_slot/PKCS11_slot.py#L3
Hint: "python3 -m pip install types-cryptography"
|
mypy:
pkcs11_cryptography_keys/card_slot/PKCS11_slot.py#L3
(or run "mypy --install-types" to install all missing stub packages)
|
mypy:
pkcs11_cryptography_keys/card_slot/PKCS11_slot.py#L3
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|