You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, pyproject-fmt does not provide an option to preserve the [optional-dependencies] table format specified in PEP 621. The tool reformats this section into a dotted table format, such as [optional-dependencies.dev], which is valid TOML syntax but not the standard recommended by PEP 621.
will this be implemented in the future?
The text was updated successfully, but these errors were encountered:
As of now, pyproject-fmt does not provide an option to preserve the [optional-dependencies] table format specified in PEP 621. The tool reformats this section into a dotted table format, such as [optional-dependencies.dev], which is valid TOML syntax but not the standard recommended by PEP 621.
will this be implemented in the future?
The text was updated successfully, but these errors were encountered: