-
Notifications
You must be signed in to change notification settings - Fork 104
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 --version flag #249
add --version flag #249
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Doesn't seem like the windows fail is related. |
ruamel.yaml | ||
poetry | ||
toml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should probably start using tomli
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, confused with pytoml
, which is definitely deprecated.
https://github.com/uiri/toml hasn't had a substantive PR merged in some time, and many open issues, but is probably still fine.
I guess the biggest thing in favor of tomli
is it's just the parsing side, and is the basis for the upcoming tomllib
in stdlib: https://peps.python.org/pep-0680/#rationale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to make a or to shift to tomli (or I guess preferentially the stdlib one for py 3.11/12) that would be awesome.
References
Changes
click.version_option
requirements.txt