flake8 config and cleanup

This commit is contained in:
skullY
2019-07-01 13:11:42 -07:00
parent c54aaa9c80
commit 67698a52e0
3 changed files with 3 additions and 6 deletions
-5
View File
@@ -2,11 +2,6 @@
Check up for QMK environment.
"""
import shutil
import platform
import os
from pathlib import Path
import qmk_cli.doctor
from qmk_cli.milc import cli
-1
View File
@@ -46,7 +46,6 @@ def main(cli):
if process.returncode == 0:
setup_successful = True
# fin
if setup_successful:
cli.log.info('QMK setup complete!')
+3
View File
@@ -12,6 +12,9 @@ message = New release: {current_version} → {new_version}
[bdist_wheel]
universal = 1
[flake8]
ignore = E501,E226
[metadata]
license_file = LICENSE