xref: /aosp_15_r20/external/crosvm/pyproject.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[tool.black]
2line-length = 100
3
4[tool.pyright]
5include = ["tools"]
6exclude = ["target"]
7ignore = ["infra", "tools/windows", "tools/contrib"]
8pythonVersion = "3.9"
9pythonPlatform  = "Linux"
10typeCheckingMode = "strict"
11
12