mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
* Read install requirements from requirements.txt * read extras_require from requirements-dev.txt * add requirements-dev.txt to MANIFEST.in * apply fixes for new version of Black and Flake8 * don't upgrade Pyre * re-format
10 lines
192 B
TOML
10 lines
192 B
TOML
[tool.black]
|
|
target-version = ["py36"]
|
|
|
|
[tool.isort]
|
|
line_length = 88
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
force_grid_wrap = 0
|
|
lines_after_imports = 2
|
|
combine_as_imports = true
|