Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to run pylyzer in my CI #76

Open
fbrodrigorezino opened this issue Feb 21, 2024 · 3 comments
Open

Question: How to run pylyzer in my CI #76

fbrodrigorezino opened this issue Feb 21, 2024 · 3 comments
Labels

Comments

@fbrodrigorezino
Copy link

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!

@choucavalier
Copy link

See #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)

@fbrodrigorezino
Copy link
Author

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.

Copy link

github-actions bot commented Feb 8, 2025

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants