Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
44 stars 82 forks source link

Run `pyright` on Windows and MacOS #156

Closed M-DinhHoangViet closed 9 months ago

Torom commented 9 months ago

Thanks for the PR. At first I thought, what's the point of running pyright on different operating systems, the results should be identical. Now we see that this is not true.

I don't really understand the Winows error though, readline should not be available under Windows. I would have to start Windows and see if this is easy to fix.