[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [tool.isort] profile = "black" forced_separate = ["tests"] line_length = 100 [tool.black] line-length = 100 target-version = ['py38']