-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add ability to pass wildcard arguments to --exclude
#508
base: main
Are you sure you want to change the base?
Conversation
8abbe9a
to
50f9c55
Compare
Could you add a test verifying that sequences work? e.g. |
Hi @mayeut, I’d like to draw your attention to this PR for it can support wildcard Thanks! |
I also have a similar issue, where for example I need to exclude: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #508 +/- ##
==========================================
- Coverage 92.35% 92.04% -0.31%
==========================================
Files 20 20
Lines 1268 1270 +2
Branches 244 244
==========================================
- Hits 1171 1169 -2
- Misses 56 57 +1
- Partials 41 44 +3 ☔ View full report in Codecov by Sentry. |
@emmatyping-nv I had previously abandoned this PR because #411 had given me the impression that the PyPA team didn't want this change, but since there now appears to be activity on it from the maintainers, I went ahead and added this test. |
I won't have time to re-review this properly before the end of the year, maybe @lkollar will ? |
Fixes #500