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

Skip site-packages dirs for pep8 #788

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Conversation

Jamstah
Copy link
Contributor

@Jamstah Jamstah commented Jan 25, 2024

The venv doc says that a virtual environment is:

  • Contained in a directory, conventionally either named venv or .venv in the project directory, or under a container directory for lots of virtual environments, such as ~/.virtualenvs.

This PR updates the pep8 test so that if the venv is in the project directory, the site-packages won't be tested.

The venv doc says that a virtual environment is:
- Contained in a directory, conventionally either named venv or .venv in the project directory, or under a container directory for lots of virtual environments, such as ~/.virtualenvs.

This PR updates the pep8 test so that if the venv is in the project
directory, the site-packages won't be tested.

Signed-off-by: James Hewitt <[email protected]>
@thp thp merged commit 0b9f2d2 into thp:master Feb 12, 2024
5 checks passed
@thp
Copy link
Owner

thp commented Feb 12, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants