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

Conversation

gofr
Copy link
Contributor

@gofr gofr commented Mar 11, 2021

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.

Potential fix for #1685. Alternative to #1689.

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.
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.

None yet

1 participant