-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
feat: enhance the pdm list command #1469
Conversation
* -Draft licenses CLI feature * fix field name * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revised feature set as per discussion in #1433 * Removed licenses preview feature * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * --resolve applies to graph * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * special label * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactored and added tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * a few static check fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added more tests and fixed linting * ignore type issues on PackageMetadata * interim test cases fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added missing slashes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed ide addons * updated tests * Changed from do_list to do_lock but reverted exception checking * Added --freeze and tests * Reverted * Fixed spelling in argparse commands * Graph output tests using ascii * Removed todo comment * Black formatting * test_list_csv_include_exclude updated * test_list_csv_include_exclude updated * added note for expected version * Minor updates * Fixed selection and hopefully list tests on posix * Typing fix on parse_comma_separated_string * Typing fix on parse_comma_separated_string * Typing fix on parse_comma_separated_string Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Codecov ReportBase: 84.97% // Head: 85.20% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1469 +/- ##
==========================================
+ Coverage 84.97% 85.20% +0.22%
==========================================
Files 88 88
Lines 7662 7852 +190
Branches 1798 1859 +61
==========================================
+ Hits 6511 6690 +179
- Misses 766 775 +9
- Partials 385 387 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
449887b
to
a12f10d
Compare
Thanks very much! |
Pull Request Check List
news/
describing what is new.Describe what you have changed in this PR.
--sort
to accept a comma-separated stringcc @JohnHardy