diff --git a/.mypy.ini b/.mypy.ini index 424e71f..20e0ae3 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,3 +1,3 @@ [mypy] strict = true -disable_error_code = import-untyped \ No newline at end of file +disable_error_code = import-untyped,import-not-found \ No newline at end of file