Add flake8 to our test suite and fix all errors (#7379)

* Add flake8 to our test suite and fix all errors

* Add some documentation
This commit is contained in:
skullydazed
2019-11-20 14:54:18 -08:00
committed by Florian Didron
parent 4dc4b7af75
commit dfa3631a44
14 changed files with 93 additions and 85 deletions

View File

@@ -2,9 +2,6 @@
You can compile a keymap already in the repo or using a QMK Configurator export.
"""
import json
import os
import sys
import subprocess
from argparse import FileType