pyproject.toml 208 B

123456789101112131415161718
  1. [tool.usort]
  2. first_party_detection = false
  3. [tool.black]
  4. line-length = 120
  5. target-version = ["py38"]
  6. [tool.ufmt]
  7. excludes = [
  8. "gallery",
  9. ]
  10. [build-system]
  11. requires = ["setuptools", "torch", "wheel"]