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:
parent
9c3f8d95f1
commit
f1af40af79
6
mypy.ini
6
mypy.ini
|
@ -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…
Reference in a new issue