Skip to content

Commit 50be0df

Browse files
committed
Reformatted per pre-commit
1 parent 9b28903 commit 50be0df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: csexton/release-asset-action@master
5656
with:
5757
pattern: "bundles/*"
58-
github-token: ${{ secrets.GITHUB_TOKEN }}
58+
github-token: ${{ secrets.GITHUB_TOKEN }}
5959

6060
upload-pypi:
6161
runs-on: ubuntu-latest

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +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),
33-
32+
"python": ("https://docs.python.org/3", None),
33+
"BusDevice": ("https://docs.circuitpython.org/projects/busdevice/en/latest/", None),
3434
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
3535
}
3636

examples/ags02ma_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# It is possible to change the I2C address 'semi-permanently' but
1818
# note that you'll need to restart the script after adjusting the address!
19-
#ags.set_address(0x1A)
19+
# ags.set_address(0x1A)
2020

2121
while True:
2222
try:

0 commit comments

Comments
 (0)