relay/pyproject.toml

16 lines
330 B
TOML
Raw Normal View History

2021-10-14 19:20:53 +00:00
[build-system]
requires = ["setuptools","wheel"]
build-backend = 'setuptools.build_meta'
2024-01-10 15:55:37 +00:00
[tool.mypy]
show_traceback = true
install_types = true
pretty = true
disallow_untyped_decorators = true
warn_redundant_casts = true
warn_unreachable = true
warn_unused_ignores = true
ignore_missing_imports = true
follow_imports = "silent"