DiamondLightSource / python-copier-template

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

Explicitly put pyright in standard mode #192

Closed coretl closed 2 months ago

coretl commented 2 months ago

It is implicitly in standard mode, but vscode does not know this, so only reports basic mode errors.

This change makes vscode show the same errors that pyright does