Commit Graph

11 Commits (spacecruft)

Author SHA1 Message Date
martinl 32199b2e49
Replace pycrypto with pycryptodome (#581)
* replace pycrypto with pycryptodome

* replace all instances with pycryptodome
2020-08-05 12:58:43 -07:00
Adeeb d7f7b14118
Enable almost all Flake8 checks (#548)
* fix W391

* E262

* E703

* W293

* some E

* E231

* some more E

* E225

* more E

* E252

* no tabs

* more tabs

* E701

* uds.py

* almost all of them

* only e265 left

* not sure why this is triggering on commented out code

* ignore esptool
2020-06-01 01:49:26 -07:00
Adeeb Shihadeh 8039638482 fix linter complaint about unexpected spaces around keyword / parameter equals 2020-05-31 17:34:34 -07:00
rbiasini fce38a91d7
Linter python (#299)
* Added pyflakes and Pylint for python

* Actually run linter in CI

* some simple pyflakes changes

* Add flake8 to panda reqs for linter test

* flake8 errors are fixed

* run flake8 in regression tests

* meant to run flake8

* hack to ignore unused import

* bug

* fix bugs in tucan_loopback

* Another fix by using set_safety_mode

* added pylintrc file

* more fixes and enabled pylint as well

* Fix pylint in circleci

* added linter to readme
2019-10-15 14:03:31 -07:00
dekerr 1282e8f5a0 cap libusb1 version in setup (#183) 2019-04-18 12:07:34 -07:00
George Hotz 4a534c8870 fix setup.py for new dir structure 2017-12-06 16:23:25 -08:00
George Hotz d9e8c07725 more noob friendly release flashing 2017-08-23 20:46:34 -07:00
George Hotz ac565fd666 update readme and setup.py 2017-06-20 15:40:34 -07:00
Jessy Diamond Exum db0954246f Changed documentation to reflect new python package name. 2017-06-20 11:30:35 -07:00
Jessy Diamond Exum dfb69b9e62 Changed python project name and allowed a hack for openpilot to import without installing. 2017-06-20 11:27:45 -07:00
Jessy Diamond Exum 6a25791fea Created python package and implemented industry best practices.
Supports python 2 and 3 (to the best of my testing ability at the time)
2017-06-14 12:00:04 -07:00