pyproject.toml (9 lines of code) (raw):
[tool.black]
target-version = ["py36"]
exclude = "native/.*"
[tool.ufmt]
excludes = ["native/", "stubs/"]
[tool.slotscheck]
exclude-modules = '^libcst\.(testing|tests)'
[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]