mypy: move config to pyproject.toml

… even though it fails to parse config for specific packages like
`[tool.mypy-jedi]`…
This commit is contained in:
dece 2022-12-05 11:02:56 +01:00
parent 9c3f8d95f1
commit f1af40af79
2 changed files with 3 additions and 6 deletions

View file

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

View file

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