mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
10 lines
206 B
TOML
10 lines
206 B
TOML
[build-system]
|
|
requires = ["setuptools >= 63.0.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.ruff.lint]
|
|
ignore = ["F403"]
|
|
|
|
[tool.mypy]
|
|
warn_unused_configs = true
|
|
ignore_missing_imports = true
|