Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support 9.x and switch to ruff #21

Closed
wants to merge 1 commit into from

Conversation

FoamyGuy
Copy link
Contributor

resolves: adafruit/Adafruit_CircuitPython_SSD1322#21 which needs to be fixed in this library as well.

Unrelated to the issue, but this PR also changes the library to use Ruff instead of pylint / black. My environment (py3.12) can't use pylint 2.17.4 so I would need to at least update that in order to run it. We discussed during the weeds of the meeting last week to start switching libraries over to Ruff as they need attention for other reasons so I've made the swap here.

If we're not ready for that change in this library yet though I can close this and make a PR with just the changes for 9.x

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is too early for the display switch. Blinka Displayio needs to support the 8.x compatible layout until we turn down 8.x support (usually when we start releasing 10.)

I'm happy to see the ruff changes though. Thanks!

Comment on lines +31 to +32
from busdisplay import BusDisplay
from fourwire import FourWire
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this break 8.x? We should wait until 8.x support is stopped to do this.

@FoamyGuy FoamyGuy closed this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Library not usable
2 participants