tompollard / tableone

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

Fix typing and remove the `# type: ignore` comments #155

Open tompollard opened 1 year ago

tompollard commented 1 year ago

In https://github.com/tompollard/tableone/pull/153 we added pyright type checking to the github workflow. Currently we are dodging a large number of errors with # type: ignore comments. These need to be removed and the typing needs to be fixed.