Skip to content

Commit 3c98b1e

Browse files
committed
Reformatted per pre-commit
1 parent 25d801e commit 3c98b1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929

3030

3131
intersphinx_mapping = {
32-
"python": ("https://docs.python.org/3", None),"BusDevice": ("https://docs.circuitpython.org/projects/busdevice/en/latest/", None),
32+
"python": ("https://docs.python.org/3", None),
33+
"BusDevice": ("https://docs.circuitpython.org/projects/busdevice/en/latest/", None),
3334
"Register": ("https://docs.circuitpython.org/projects/register/en/latest/", None),
3435
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
3536
}

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
],
5858
# What does your project relate to?
5959
keywords="adafruit blinka circuitpython micropython max1704x max17048 max17049 battery "
60-
"lipoly lipo fuel gauge monitor",
61-
60+
"lipoly lipo fuel gauge monitor",
6261
# You can just specify the packages manually here if your project is
6362
# simple. Or you can use find_packages().
6463
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,

0 commit comments

Comments
 (0)