summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 67ebe0a0c9756320a1b71c6b85e3100a27b0a0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = [
    "setuptools",
    "wheel",
]

[tool.black]
skip-string-normalization = true

[tool.isort]
profile = "black"