Skip to content

Commit f2815d4

Browse files
committed
format and pylint
1 parent f75851f commit f2815d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-FileCopyrightText: 2024 Tim Cocks
22
#
3-
# SPDX-License-Identifier: MIT
3+
# SPDX-License-Identifier: MIT

CircuitPython_Text_Editor/adafruit_editor/dang.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import select
66
import sys
7+
# pylint: disable=no-self-use
78

89
try:
910
import termios

CircuitPython_Text_Editor/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import displayio
99
from adafruit_display_text.bitmap_label import Label
1010
import usb_cdc
11-
#pylint: disable=redefined-builtin,broad-exception-caught
11+
#pylint: disable=redefined-builtin,broad-except
1212

1313
def print(message):
1414
usb_cdc.data.write(f"{message}\r\n".encode("utf-8"))

0 commit comments

Comments
 (0)