terrier-org / pyterrier

A Python framework for performing information retrieval experiments, building on http://terrier.org/
https://pyterrier.readthedocs.io/
Mozilla Public License 2.0
420 stars 65 forks source link

More types #484

Open cmacdonald opened 2 months ago

cmacdonald commented 2 months ago

pyterrier_flake8_ext detects typing.cast as requiring java (false positive).

seanmacavaney commented 2 months ago

sorted with # noqa: PT100

seanmacavaney commented 2 days ago

I added a mypy github action so that we know what issues are remaining here.