Skip to content
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

Fix toml parsing and bump toml from 0.10.0 to 0.10.1 #1501

Merged
merged 4 commits into from
Jun 16, 2020

Conversation

ichard26
Copy link
Collaborator

Resolves #637.
Resolves #1496.

Copy link
Collaborator

@cooperlees cooperlees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good to me - Just fix flake8 + mypy (pre-commit) please :D

Also - Shouldn't the Pipfile.lock update with this?

The vim plugin directly calls parse_pyproject and skips the Click processing
, but parse_pyproject assumed that it would only be used before Click processing
and therefore made the config values click friendly. This moves the "make the values
click friendly processing" into read_pyproject_toml which is only called by a Click
callback.
Copy link
Collaborator

@cooperlees cooperlees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good to me since I now see the updated lock file.

@cooperlees cooperlees merged commit 6ebdc5a into psf:master Jun 16, 2020
@ichard26 ichard26 deleted the fix_toml_parsing branch June 16, 2020 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants