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

Support paths to directories as arguments to --skip #1690

Closed
wants to merge 1 commit into from
Closed

Support paths to directories as arguments to --skip #1690

wants to merge 1 commit into from

Commits on Mar 11, 2021

  1. Support paths to directories as arguments to --skip

    The --skip option can handle a file path like "foo/bar.py" to
    skip just that file, but did not handle a directory path like
    "foo/bar" to skip all files in that directory.
    
    Add support for that.
    gofr committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a536c6b View commit details
    Browse the repository at this point in the history