sagemath / sage-patchbot

Sage Patchbot
https://www.sagemath.org
Other
8 stars 17 forks source link

Add pyright check #144

Open tobiasdiez opened 4 years ago

tobiasdiez commented 4 years ago

With https://trac.sagemath.org/ticket/30361, the configuration file for pyright is added. It would be good to add it also a check in the patchbot.

Moreover, pyright covers almost all checks of pyflakes (only the print and format checks are missing, https://github.com/microsoft/pyright/issues/955#issuecomment-675544071). Thus, depending on how import these checks are pyflakes can be removed afterwards. Refs also #143 .

fchapoton commented 4 years ago

pull request is welcome