From 0cfadd9e627e7b180f512e0b37dfbc9f281cf0d0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Dec 2025 21:50:09 -0800 Subject: [PATCH] mypy skip tests directorY --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index 419646d..de0dc83 100644 --- a/mypy.ini +++ b/mypy.ini @@ -30,3 +30,6 @@ ignore_missing_imports = True [mypy-numpy.*] ignore_missing_imports = True + +[mypy-tests.*] +ignore_errors = True