Skip to content

Commit 1356b07

Browse files
authored
Reformat with black 24 (#123)
1 parent b5d6626 commit 1356b07

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/script/generate_social_card_previews.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
A helper script to test out what social previews look like.
33
I should remove this when I'm happy with the result.
44
"""
5+
56
# %load_ext autoreload
67
# %autoreload 2
78

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
1111
ref: https://nox.thea.codes/
1212
"""
13+
1314
import nox
1415
from shlex import split
1516

sphinxext/opengraph/socialcards.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Build a PNG card for each page meant for social media."""
2+
23
import hashlib
34
from pathlib import Path
45
import matplotlib

0 commit comments

Comments
 (0)