blob: 2d341f3d8c3e2ff61975b7020a723d56ac08ced0 [file] [log] [blame]
[tool.black]
line-length = 100
[tool.pyright]
include = ["tools"]
exclude = ["target"]
ignore = ["infra", "tools/windows", "tools/contrib"]
pythonVersion = "3.9"
pythonPlatform = "Linux"
typeCheckingMode = "strict"