-
Notifications
You must be signed in to change notification settings - Fork 890
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
Integration with pyproject.toml for Formatting style #708
Comments
Is this going to be implemented? |
Looking forward to this feature. |
I don't see an issue with doing this. I don't have any knowledge about |
Does yapf support configure |
@dclong No, I implemented only formatting style configuration in the PR above. |
@hirosassa Thank you for the info! I've opened an issue #904 requesting support yapf ignore configuration in pyproject.toml. |
I believe this issue can be closed since it was solved with PR #893? |
@KuSi833 Thanks! @gwelymernans Would you close this issue? |
PEP 518 defines
pyproject.toml
as a configuration file for software packages to use to specify their build dependencies.Particularly, it provides an alternative to
setup.cfg
.For example, a section in
pyproject.toml
could look like:Initially,
yapf
could look for apyproject.toml
on the project and determine formatting style settings from that similar to how it does withsetup.cfg
.This request would be an additional method to the currently supported methods of specifying
yapf
settings. Any chance we could see this inyapf
?The text was updated successfully, but these errors were encountered: