psmd-iberutaru / Lezargus

The accompanying data software package to the IRTF SPECTRE Spectrograph.
MIT License
0 stars 0 forks source link

Add the MyPy type checker #10

Closed psmd-iberutaru closed 5 months ago

psmd-iberutaru commented 7 months ago

It might be good to add the Pyright linter in addition to Ruff and Pylint to detect errors.

https://github.com/microsoft/pyright

psmd-iberutaru commented 7 months ago

Change to MyPy because of Pyright's Node dependency.

psmd-iberutaru commented 5 months ago

Added Pyright after all, working through all of the new lint catches.