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

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

[tool.isort]
profile = "black"
# Python 2 stdlib
extra_standard_library = ["urlparse", "HTMLParser", "urllib2"]