|
|
|
|
|
by wdroz
614 days ago
|
|
disclaimer: I don't work on big codebases. 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. [0] -- https://github.com/microsoft/pyright [1] -- https://github.com/python/mypy |
|
Do you happen to have discrepancies between both? (e.g. an error raised by one and not the other)