(no title)
wdroz | 1 year ago
Pylance with pyright[0] while developing (with strict mode) and mypy[1] with pre-commit and CI.
Previously, I had to rely on pyright in pre-commit and CI for a while because mypy didn’t support PEP 695 until its 1.11 release in July.
cbenz|1 year ago
Do you happen to have discrepancies between both? (e.g. an error raised by one and not the other)
wdroz|1 year ago