grantjenks / blue

The slightly less uncompromising Python code formatter.
https://blue.readthedocs.io/
Other
393 stars 21 forks source link

Support a "blue" section in pyproject.toml #15

Closed grantjenks closed 3 years ago

grantjenks commented 3 years ago

Need to monkey-patch def parse_pyproject_toml(path_config: str) -> Dict[str, Any]: to support a "blue" section.

grantjenks commented 3 years ago

Fixed in 58ddfd3