ItalianSwirls/pyproject.toml
dece f1af40af79 mypy: move config to pyproject.toml
… even though it fails to parse config for specific packages like
`[tool.mypy-jedi]`…
2022-12-05 11:02:56 +01:00

7 lines
133 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.mypy]
ignore_missing_imports = true