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
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.
The text was updated successfully, but these errors were encountered:
I made a small Sublime package and wanted to run
st_package_reviewer
in CI. I'm also using Poetry with thevirtualenvs.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.The text was updated successfully, but these errors were encountered: