Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #95 +/- ##
==========================================
+ Coverage 75.69% 76.02% +0.33%
==========================================
Files 1 1
Lines 144 146 +2
==========================================
+ Hits 109 111 +2
Misses 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Technically, this should already work because shells would expand the args before calling the script. But if it's quoted like Whats the environment where this doesn't already work for you? Do you have logs/examples? |
|
Additionally, this should just use |
Windows mainly. I work with a windows 10 desktop for most of my projects including some that are windows only such as |
What do these changes do?
These Changes to sort-all allow effective recursions through multiple directories via the use of wildcards
example:
Would sort all files in src/* that end with .py, .pxd, .pyx, .pyi files allowing for lazier sorting to take place.
Are there changes in behavior for the user?
There is now a way to lazily sort multiple modules with the use of sort-all
Related issue number
Checklist