From 8fc0c1949c201d5230dd528a2e41f8eee832fc0e Mon Sep 17 00:00:00 2001 From: takuseno Date: Sat, 13 May 2023 19:39:14 +0900 Subject: [PATCH] Fix linter error --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index 076be5b8..eecc7e1f 100644 --- a/mypy.ini +++ b/mypy.ini @@ -49,3 +49,6 @@ ignore_missing_imports = True ignore_missing_imports = True follow_imports = skip follow_imports_for_stubs = True + +[mypy-pytest.*] +ignore_missing_imports = True