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

Commits on Jan 25, 2024

  1. Skip site-packages dirs for pep8

    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]>
    Jamstah committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    863a27d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    db29336 View commit details
    Browse the repository at this point in the history