tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
159 stars 38 forks source link

Ignore typing errors for now. Remove the "type: ignore" comments later! #154

Closed tompollard closed 1 year ago

tompollard commented 1 year ago

As discussed in https://github.com/tompollard/tableone/pull/153, it would be good to have type checks to the GitHub workflow. Right now, there are a lot of typing issues being reported by pyright.

I think it's best to begin by adding # type: ignore comments initially. That is what is happening in this PR. We can then work on removing these comments and fixing the typing issues.