UQComputingSociety / uqcsbot-discord

:mortar_board: UQCSbot: Our friendly little Discord bot
https://discord.uqcs.org
MIT License
20 stars 20 forks source link

Fixing Pylance not picking up Pyright config #175

Open JamesDearlove opened 1 year ago

JamesDearlove commented 1 year ago

This can probably go in the "improving dev" bucket, as currently Pylance (VS Code's default Python language server) doesn't want to work with our configuration. It causes many more errors to show up in VS Code but aren't actually errors we are checking against.

We should also consider if any of Pylance's recommendations should be added as rules we should be checking.