mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Support ruff, remove flake8, and fix nox versioning, config in pyproject.toml #94

Closed Lunarmagpie closed 1 year ago

Lunarmagpie commented 1 year ago

This PR cleans up CI by doing the stuff in the title

MithicSpirit commented 1 year ago

We should add more python versions to the CI imo, just to make sure that every version works correctly.

CircuitSacul commented 1 year ago

We should add more python versions to the CI imo, just to make sure that every version works correctly.

linting is going to be the same regardless of python version. For type-checking, aren't 3.* python versions backwards compatible?

Lunarmagpie commented 1 year ago

linting is going to be the same regardless of python version. For type-checking, aren't 3.* python versions backwards compatible?

Agree with this. I think we a script to import mCodingBot or tests to check that it actually works on multiple python version.