mypy: move config to pyproject.toml

… even though it fails to parse config for specific packages like
`[tool.mypy-jedi]`…
main
dece 1 year ago
parent 9c3f8d95f1
commit f1af40af79

@ -1,6 +0,0 @@
[mypy]
warn_return_any = True
warn_unused_configs = True
zsh:1: command not found: a
ignore_missing_imports = True

@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.mypy]
ignore_missing_imports = true

Loading…
Cancel
Save