fix(lint): lint all the things; be more flexible in boards dir

This commit is contained in:
Josh Klar
2021-06-20 13:59:59 -07:00
parent 7400f43cf8
commit f79e508566
6 changed files with 291 additions and 57 deletions

View File

@@ -43,7 +43,7 @@ class ModTap(Module):
return keyboard
def mt_released(self, key, keyboard, *args, **kwargs):
''' On keyup, check timer, and press key if needed.'''
'''On keyup, check timer, and press key if needed.'''
keyboard.keys_pressed.discard(key.meta.mods)
if self._mod_tap_timer and (
accurate_ticks_diff(