File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,26 @@ target = ["py39"]
3
3
4
4
[tool .isort ]
5
5
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" ,
15
16
" gc" ,
16
- " machine" ,
17
- " microcontroller" ,
17
+ " hashlib" ,
18
+ " heapq" ,
19
+ " io" ,
20
+ " json" ,
18
21
" 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" ,
29
28
]
You can’t perform that action at this time.
0 commit comments