summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/doctor.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed OS detection such that OSX doesn't take over the world (#8248)Mikkel Jeppesen2020-02-261-1/+1
* Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen2020-02-171-1/+1
* Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen2020-01-281-4/+4
* Beef up how `qmk doctor` works. (#7375)skullydazed2020-01-241-63/+176
* yapf and styleskullY2020-01-111-11/+10
* Make the udev rules easier to read and manageErovia2020-01-111-10/+19
* Fix Pro Micro's and its bootloader's nameErovia2020-01-111-3/+3
* CLI: Rework ModemManager check and add udev checkErovia2020-01-111-17/+38
* Add pep8-naming to our python lintingskullY2019-12-011-1/+1
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-2/+0
* When checking program returncodes treat both 0 and 1 as installedskullY2019-11-121-5/+4
* Fix detection of ModemManager (#7076)Harry Wada2019-10-201-2/+2
* Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas2019-10-031-1/+1
* Configuration system for CLI (#6708)skullydazed2019-09-221-2/+3
* Make the modem manager check more pythonicskullY2019-09-071-10/+26
* Setup a python test frameworkskullY2019-09-071-8/+22
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-151-0/+47