gemi/pyproject.toml

18 lines
344 B
TOML
Raw Normal View History

2024-03-17 21:51:03 -04:00
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools >= 38.3.0",
"wheel"
]
2024-03-17 21:57:33 -04: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"