WieeRd / ClockBot

Most interesting yet least useful bot on Discord
Mozilla Public License 2.0
6 stars 1 forks source link

ci: manage Ruff and Pyright with dev dependency #17

Open WieeRd opened 9 months ago

WieeRd commented 9 months ago

Current Python workflow always uses the latest version of Ruff and Pyright. It's kind of annoying when the code is perfectly fine in my local setup, so I push it, but then the CI fails because it uses a newer version of Ruff with more rules.

I should lock formatters and linters in the dev dependencies as well.