Skip to content

Commit

Permalink
Reformat with black 24
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 22, 2024
1 parent 1da6c73 commit b17cb6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/script/generate_social_card_previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
A helper script to test out what social previews look like.
I should remove this when I'm happy with the result.
"""

# %load_ext autoreload
# %autoreload 2

Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ref: https://nox.thea.codes/
"""

import nox
from shlex import split

Expand Down
1 change: 1 addition & 0 deletions sphinxext/opengraph/socialcards.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Build a PNG card for each page meant for social media."""

import hashlib
from pathlib import Path
import matplotlib
Expand Down

0 comments on commit b17cb6b

Please sign in to comment.