tompollard / tableone

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

Add pyright type checks to GitHub workflow #153

Closed tompollard closed 1 year ago

tompollard commented 1 year ago

This pull request adds pyright to the GitHub workflow to enable continuous type checking. I'm expecting the tests to fail initially. I'll fix the failed tests in a separate branch and then rebase this (at which point hopefully the tests will pass!).