You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: