packages/@jsii/python-runtime/pyproject.toml (13 lines of code) (raw):
[build-system]
requires = ["setuptools~=62.2", "wheel~=0.37"]
build-backend = 'setuptools.build_meta'
[tool.black]
target-version = ['py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '\.(git|mypy_cache|env)'
[tool.mypy]
ignore_missing_imports = true
[tool.pyright]
pythonVersion = "3.9"
venv = ".env"
venvPath = "."