We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update your PDM installation from PDM 2.7.1 to 2.7.2 and run a plug-in, e.g. pdm-bump
Failed to load plugin pdm-bump=pdm_bump:main: BumpCommand.__init__() missing 1 required positional argument: 'parser' Usage: pdm [-h] [-V] [-c CONFIG] [-v] [-I] [--pep582 [SHELL]] __root__ ... pdm: error: unrecognized arguments: dev
src: https://github.com/carstencodes/pdm-bump/actions/runs/5246929518/jobs/9478135588#step:12:34
The plug-in can be started without errors
## Not part of the CLI output.
Problematic change: f08b414 in #1983
The text was updated successfully, but these errors were encountered:
fix: deprecation warning when passing parser to Command.__init__
fb71679
Fixes #2009 Signed-off-by: Frost Ming <[email protected]>
Thanks, will release the fix soon
Sorry, something went wrong.
frostming
Successfully merging a pull request may close this issue.
Steps to reproduce
Update your PDM installation from PDM 2.7.1 to 2.7.2 and run a plug-in, e.g. pdm-bump
Actual behavior
src: https://github.com/carstencodes/pdm-bump/actions/runs/5246929518/jobs/9478135588#step:12:34
Expected behavior
The plug-in can be started without errors
Environment Information
## Not part of the CLI output.
Problematic change: f08b414 in #1983
The text was updated successfully, but these errors were encountered: