github.com/fthrvi/nakshatra
pyproject.toml
1[build-system]2requires = [3 "setuptools>=42",4 "wheel"5]6build-backend = "setuptools.build_meta"78[tool.black]9line-length = 12010required-version = "22.3.0"1112[tool.isort]13profile = "black"14line_length = 12015combine_as_imports = true16combine_star = true17known_local_folder = ["tests", "cli"]18known_first_party = ["test_utils"]19