Add pep8-naming to our python linting

This commit is contained in:
skullY
2019-11-23 10:42:39 -08:00
committed by Florian Didron
parent ac75812e50
commit 0f1f9ba155
4 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from qmk.errors import NoSuchKeyboardError
def test_NoSuchKeyboardError():
def test_nosuchkeyboarderror():
try:
raise NoSuchKeyboardError("test message")
except NoSuchKeyboardError as e: