diff --git a/mypy.ini b/mypy.ini index 0e835fa01b..df423ccab4 100644 --- a/mypy.ini +++ b/mypy.ini @@ -42,14 +42,6 @@ ignore_missing_imports = True [mypy-rapidfuzz.process.*] follow_imports = skip -# ruamel.yaml is typed but for some reason its py.typed marker isn't part of its package -# As a result, every time something somewhere needs updating mypy blows up with spurious -# ruamel.yaml typechecking errors -[mypy-ruamel.yaml.*] -ignore_missing_imports = True -follow_imports = skip - - # The following packages are not currently using type hints [mypy-halo] ignore_missing_imports = True