Skip to content

Commit 4bfe6c3

Browse files
committed
Updates CctPy stdlib extras
isort config updated with latest libraries documented by Adafruit.
1 parent 10b9208 commit 4bfe6c3

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

pyproject.toml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,26 @@ target = ["py39"]
33

44
[tool.isort]
55
profile = "black"
6-
known_standard_library = [
7-
"analogio",
8-
"bitbangio",
9-
"bleio",
10-
"board",
11-
"busio",
12-
"digitalio",
13-
"framebuf",
14-
"gamepad",
6+
7+
# Ref: https://docs.circuitpython.org/en/latest/docs/library/index.html
8+
extra_standard_library = [
9+
"array",
10+
"btree",
11+
"binascii",
12+
"builtins",
13+
"collections",
14+
"errno",
15+
"framebuf",
1516
"gc",
16-
"machine",
17-
"microcontroller",
17+
"hashlib",
18+
"heapq",
19+
"io",
20+
"json",
1821
"micropython",
19-
"neopixel",
20-
"pulseio",
21-
"pyb",
22-
"pyb",
23-
"pydux",
24-
"supervisor",
25-
"ubluepy",
26-
"uio",
27-
"uos",
28-
"usb_hid",
22+
"re",
23+
"select",
24+
"sys",
25+
"uasyncio",
26+
"uctypes",
27+
"zlib",
2928
]

0 commit comments

Comments
 (0)