pyproject.toml 218 B

1234567891011
  1. [tool.black]
  2. line-length = 100
  3. [tool.pyright]
  4. include = ["tools"]
  5. exclude = ["target"]
  6. ignore = ["infra", "tools/windows", "tools/contrib"]
  7. pythonVersion = "3.9"
  8. pythonPlatform = "Linux"
  9. typeCheckingMode = "strict"