Skip to content

Commit

Permalink
💚 Fix pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Feb 19, 2024
1 parent 1890aba commit c72576c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
https://www.sphinx-doc.org/en/master/usage/configuration.html
"""

from sphinxcontrib.requirements_txt import (
__version__ as version, # type: ignore
)
Expand Down
2 changes: 1 addition & 1 deletion src/sphinxcontrib/requirements_txt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
r"""Sphinx extension: requirements-txt
======================================
"""

from sphinx.application import Sphinx

from ._version import __version__, __version_tuple__ # type: ignore
from .directive import RequirementsDirective


Expand Down
1 change: 1 addition & 0 deletions src/sphinxcontrib/requirements_txt/directive.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
r"""Directive
=============
"""

import os
import re
from glob import glob
Expand Down
1 change: 1 addition & 0 deletions tests/test_directive.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
r"""Test directive."""

import os

from sphinxcontrib.requirements_txt.directive import parse
Expand Down

0 comments on commit c72576c

Please sign in to comment.