Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent e789928 commit f3d7fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sphinx_book_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A lightweight book theme based on the pydata sphinx theme."""

import hashlib
import os
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions src/sphinx_book_theme/_compile_translations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generate compiled static translation assets for Sphinx."""

import json
import os
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions src/sphinx_book_theme/header_buttons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generate metadata for header buttons."""

from sphinx.errors import SphinxError
from sphinx.locale import get_translation
from pydata_sphinx_theme.utils import config_provided_by_user, get_theme_options_dict
Expand Down

0 comments on commit f3d7fe9

Please sign in to comment.