mypy skip tests directorY

This commit is contained in:
Simon Willison 2025-12-16 21:50:09 -08:00
commit 0cfadd9e62

View file

@ -30,3 +30,6 @@ ignore_missing_imports = True
[mypy-numpy.*]
ignore_missing_imports = True
[mypy-tests.*]
ignore_errors = True