roedoejet / g2p

Grapheme-to-Phoneme transductions that preserve input and output indices, and support cross-lingual g2p!
https://g2p-studio.herokuapp.com
Other
119 stars 26 forks source link

Improve coverage and type checking slightly #357

Closed dhdaines closed 3 months ago

dhdaines commented 3 months ago

Some things from dev.hatch that do not depend on hatch

github-actions[bot] commented 3 months ago
CLI load time: 0:00.05
PR head ff7de51fab15783c73f79f024819f88f100d3528
Imports that take more than 0.1 s:
import time: self [us] | cumulative | imported package
dhdaines commented 3 months ago

They are for modules that mypy can't type-check, which causes it to fail with some errors (since pre-commit only runs mypy on changed files, we won't notice the problem unless we change files)