Riverlane's quantum error correction SDK

25 stars 3 forks 25 watchers Python Apache License 2.0
1 Open Issue Need Help Last updated: Sep 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes enhancing the project's type checking by enabling stricter `mypy` rules and eliminating existing type ignore comments and disabled error codes. The goal is to improve code quality by enforcing more comprehensive type safety, addressing currently unchecked or ignored type failures across the codebase. Key tasks include enabling rules like `disallow_untyped_defs` and `warn_return_any`, and fixing specific module-level `disable_error_code` configurations.

Complexity: 4/5
good first issue

Riverlane's quantum error correction SDK

Python