summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 548ae2d65a88421d2e0904dae3cfc4d97fbb28c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools"]

# for black and mypy, set the lowest Python version supported
[tool.black]
quiet = true
target-version = ['py36']
skip-string-normalization = true

[mypy]
python_version = 3.6