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 Mar 12, 2024
1 parent ba2afef commit 40d9af1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration file for the Sphinx documentation builder."""

import os

project = "Sphinx Design"
Expand Down
1 change: 1 addition & 0 deletions sphinx_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""

from typing import TYPE_CHECKING

__version__ = "0.5.0"
Expand Down
1 change: 1 addition & 0 deletions sphinx_design/_compat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helpers for cross compatibility across dependency versions."""

from importlib import resources
from typing import Callable, Iterable

Expand Down
1 change: 1 addition & 0 deletions sphinx_design/dropdown.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Originally Adapted from sphinxcontrib.details.directive
"""

from docutils import nodes
from docutils.parsers.rst import directives
from sphinx.application import Sphinx
Expand Down
1 change: 1 addition & 0 deletions tests/test_snippets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the documented snippets run correctly, and are the same for both RST and MyST."""

from pathlib import Path
from typing import Callable

Expand Down

0 comments on commit 40d9af1

Please sign in to comment.