adafruit / Adafruit-Raspberry-Pi-Python-Code

Adafruit library code for Raspberry Pi
1.43k stars 686 forks source link

PEP 8 #116

Closed pnovotnak closed 4 years ago

pnovotnak commented 9 years ago

Indentation be wack

scls19fr commented 8 years ago

+1 Such a cleanup is a good idea.

flake8 . raises many

E111 indentation is not a multiple of four

(and many other kind of errors)

ladyada commented 8 years ago

@tdicola has a Plan to do a major cleanup of this creaky repo including pep8, py3, and pypi...its quite a pppparty :)

ladyada commented 4 years ago

Thank you for the Issue! This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!

Visit https://circuitpython.org/blinka for more information

CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!