blob: 08badeb5dbf2b62264870161a0405d02fbab02dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.mypy]
files = "src"
python_version = "3.7"
[tool.black]
line-length = 100
target-version = ["py310", "py39", "py38", "py37"]
|