mtshiba / pylyzer

A fast static code analyzer & language server for Python
http://mtshiba.github.io/pylyzer/
MIT License
2.28k stars 33 forks source link

pre-commit hook #57

Open tgy opened 10 months ago

tgy commented 10 months ago

hi! first of all, thanks for this project. this looks awesome and can't wait te replace mypy with this for performance!!

could we create a pre-commit hook to run pylyzer as part of a CI pipeline? type checking will be much faster (save the planet!)

alex-ong commented 8 months ago

Just adding to this, i'm currently using MyPy and having a one liner to enable pylyzer would be a huge win.