From b79772df6934b512c35d7778bcb5fd6c5db5c894 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Wed, 5 Jun 2024 15:44:56 -0700 Subject: [PATCH] Update `mypy.ini` to remove configuration for `ruamel.yaml`. --- mypy.ini | 8 -------- 1 file changed, 8 deletions(-) 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