Files
ThreadNet-Web/modules/restricted-guests/synapse/pyproject.toml
T

14 lines
224 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
known_first_party = [
"synapse_guest_module",
"tests"
]
2025-02-05 15:21:53 -05:00
known_third_party = [
"synapse"
]