mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
12 lines
218 B
TOML
12 lines
218 B
TOML
|
[tool.black]
|
||
|
line-length = 100
|
||
|
|
||
|
[tool.pyright]
|
||
|
include = ["tools"]
|
||
|
exclude = ["target"]
|
||
|
ignore = ["infra", "tools/windows", "tools/contrib"]
|
||
|
pythonVersion = "3.9"
|
||
|
pythonPlatform = "Linux"
|
||
|
typeCheckingMode = "strict"
|
||
|
|