A plugin for diff_cover to enable Pyright as a quiality-checking tool.
| Source code | https://github.com/dperl-dls/pyright_diff_quality_plugin |
| Releases | https://github.com/dperl-dls/pyright_diff_quality_plugin/releases |
For example, with diff-cover installed, you can run:
$ diff-quality --violations=pyright --fail-under=100
To get a task which will fail if any modified code doesn't meet Pyright standards.