LibCST/pyproject.toml
Steven Troxler 5e1e3fe970
The ufmt tool combines usort and black with a consistent wrapper, (#515)
which ensures we won't have inconsistent black-vs-isort errors
going forward. We can always format by running `ufmt format .`
at the root, and check with `ufmt check .` in our CI actions.
2021-08-25 20:39:29 -04:00

2 lines
39 B
TOML

[tool.black]
target-version = ["py36"]