• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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