From 5f136b29a142728b89d3d613b68cf5da64f9ff24 Mon Sep 17 00:00:00 2001 From: Jinwei <769845882@qq.com> Date: Sun, 5 May 2024 00:42:02 +0800 Subject: [PATCH] Make mytest checking more relaxed in research town --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e4ab14f..fca1d254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,9 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.mypy] -mypy_path = "stubs" -strict = true +ignore_missing_imports = true +check_untyped_defs = true +follow_imports = "skip" plugins = [ "pydantic.mypy" ]