Skip to content

Commit 2e3b344

Browse files
committed
pre-commit formatting change
1 parent 5e2fd8b commit 2e3b344

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727
# Uncomment the below if you use native CircuitPython modules such as
2828
# digitalio, micropython and busio. List the modules you use. Without it, the
2929
# autodoc module docs will fail to generate with a warning.
30-
autodoc_mock_imports = ["displayio", "adafruit_bitmap_font", "fontio", "bitmaptools","supervisor"]
30+
autodoc_mock_imports = [
31+
"displayio",
32+
"adafruit_bitmap_font",
33+
"fontio",
34+
"bitmaptools",
35+
"supervisor",
36+
]
3137

3238

3339
intersphinx_mapping = {

0 commit comments

Comments
 (0)