brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · d01c226 Raw
12 lines · toml
1[tool.black]2extend-exclude = '''3(4  third-party/5)6'''7 8[tool.pyright]9executionEnvironments = [10  { root = "lldb/packages/Python", pythonVersion = "3.8" }11]12