robweber / omni-epd

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

Fix linting errors #78

Closed missionfloyd closed 2 years ago

missionfloyd commented 2 years ago

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

robweber commented 2 years 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.