DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
5 stars 4 forks source link

Use pyright instead of mypy #45

Closed coretl closed 9 months ago

coretl commented 10 months ago

Replace the mypy section in pyproject.toml with: https://github.com/coretl/copier-example/blob/e0522edda32d861885e5ea9211e263464b4d6461/pyproject.toml#L52-L53

Remove the mypy setting in .vscode/settings.json

Replace other references to mypy in the template with pyright