mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
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.
2 lines
39 B
TOML
2 lines
39 B
TOML
[tool.black]
|
|
target-version = ["py36"]
|