-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Suport inline tables #36
Labels
Comments
What version are you using? We released a fix just last night, https://pypi.org/project/pyproject-fmt/ |
Simple reproducible: [project]
optional-dependencies.test = [
"a",
]
optional-dependencies.doc = [
"b",
] Note this format will work:
Supporting the inline format is something I want to add at some point, but is non-trivial and likely will defer after I release tox 4. |
@gaborbernat ever since the update for sorting the tools section, im seeing this in general |
nm, its actually #70 |
LGTM.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried with other Python projects and it worked, but not for
pyproject-fmt
itself.Running on:
Steps to reproduce the error:
pipx install pyproject-fmt git clone https://github.com/tox-dev/pyproject-fmt.git cd pyproject-fmt pyproject-fmt pyproject.toml
The text was updated successfully, but these errors were encountered: