Open fbrodrigorezino opened 9 months ago
See https://github.com/mtshiba/pylyzer/issues/57
Maybe @mtshiba does not have the time to set this up.
@fbrodrigorezino Could you open a PR to set this up with a .pre-commit-hook.yaml
config file? (see https://pre-commit.com/#new-hooks)
I don't use pre-commit-hook, but as of my knowledge, it runs before you commit via git right? How can that help in CI? We just need a cli cmd to invoke it. Then you can use if you want in pre-commit, ci/cd etc.
Hello! 👋
We are looking into adopting Pylyzer as the default tool in the company, but I'm missing one part in the docs. How can I rin Pylyzer analyze all files in my project? like
mypy .
Thank you!