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

Update example exclude to match only files in root #1861

Merged
merged 2 commits into from
Jan 27, 2021

Commits on Dec 7, 2020

  1. Update example exclude to match only files in root

    The `exclude` section of the example `pyproject.toml` file didn't work
    as expected. It claimed to exclude matched files only in the project
    root, but it actually excluded matched files at any directory level
    within the project. We can address this by prepending `^/` to the regex
    to ensure that it only matches files in the project root.
    
    See psf#1473 (comment) for
    explanation.
    orn688 committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    6c9e51e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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