qiskit-community / ffsim

Faster simulations of fermionic quantum circuits.
https://qiskit-community.github.io/ffsim/
Apache License 2.0
22 stars 5 forks source link

Enable check_untyped_defs mypy option #124

Open kevinsung opened 5 months ago

kevinsung commented 5 months ago

Many test functions aren't being type checked because they aren't annotated. To make sure they are checked, add

[tool.mypy]
check_untyped_defs = true

in pyproject.toml.