Skip to content

Commit

Permalink
Update mypy.ini to remove configuration for ruamel.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jun 5, 2024
1 parent c30f94b commit b79772d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b79772d

Please sign in to comment.