diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index 410ba98..0000000 --- a/mypy.ini +++ /dev/null @@ -1,6 +0,0 @@ -[mypy] -warn_return_any = True -warn_unused_configs = True - -zsh:1: command not found: a -ignore_missing_imports = True diff --git a/pyproject.toml b/pyproject.toml index 9787c3b..1abca0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" + +[tool.mypy] +ignore_missing_imports = true