kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

Enable type checking at CI #35

Closed kushaldas closed 2 years ago

kushaldas commented 4 years ago

We should enable type checking via mypy for every PR in the CI.

We will have to add a .pyi file for the Rust implementation.

kushaldas commented 4 years ago

We now have type checking for the Python part of the code, we still have to add .pyi stub file for the Rust code.

kushaldas commented 2 years ago

This is still open.