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