robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
75 stars 16 forks source link

Fix linting errors #78

Closed missionfloyd closed 1 year ago

missionfloyd commented 1 year ago

A flake8 update has introduced errors in files that previously passed.

robweber commented 1 year ago

Thanks for this. I've been purposely running things with --ignore=E275 to avoid dealing with this. Not sure why it is suddenly an issue, must be a change in the flake8 lib. Most Python code I've seen doesn't follow this particular style guideline.