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

Errors with in-project virtualenvs #45

Open
digitalcora opened this issue Feb 11, 2023 · 0 comments
Open

Errors with in-project virtualenvs #45

digitalcora opened this issue Feb 11, 2023 · 0 comments

Comments

@digitalcora
Copy link

I made a small Sublime package and wanted to run st_package_reviewer in CI. I'm also using Poetry with the virtualenvs.in-project option, which results in my project dependencies being installed to a .venv directory within the project directory. Unfortunately, when I then run the package reviewer, it tries to "review" all the Python code in my dependencies, and comes up with hundreds of errors.

It might be nice if the reviewer had an --ignore option for cases like this. Then I could say --ignore .venv and have it only check my own code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants