Open tobiasdiez opened 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 .
print
format
pull request is welcome
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
andformat
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 .