Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
981 stars 141 forks source link

Allow partial kwargs in mpl_draw #1180

Closed IvanIsCoding closed 2 months ago

IvanIsCoding commented 2 months ago

Closes #1179

We missed https://typing.readthedocs.io/en/latest/spec/typeddict.html#totality. Because total=True is the default, mypy and other type checkers expect all arguments which is not user-friendly.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8894576978

Details


Totals Coverage Status
Change from base Build 8887516283: 0.0%
Covered Lines: 17338
Relevant Lines: 17963

💛 - Coveralls