You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch enables strict mypy checks for the nethsm modules that
contains the code that we wrote manually as well as some refactoring
that is necessary to pass these checks.
Fixes: #32
This patch enables strict mypy checks for the nethsm modules that
contains the code that we wrote manually as well as some refactoring
that is necessary to pass these checks.
Fixes: #32
Transferred from Nitrokey/pynitrokey#442 :
The updated NetHSM API client includes type annotations so we should be able to remove this exception:
nethsm-sdk-py/pyproject.toml
Lines 50 to 53 in 47cec17
And maybe also add the module to the strict checks:
A quick test causes a few error messages though:
And the generated code still has many untyped defs.
Issue created on the generator repo : openapi-json-schema-tools/openapi-json-schema-generator#246
The text was updated successfully, but these errors were encountered: