Skip to content

Commit 8276e1b

Browse files
committed
Lint
1 parent 5cb694a commit 8276e1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

snippet_fmt/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# 3rd party
4040
import click
41-
import entrypoints # type: ignore
41+
import entrypoints # type: ignore[import]
4242
from consolekit.terminal_colours import ColourTrilean, resolve_color_default
4343
from consolekit.utils import coloured_diff
4444
from domdf_python_tools.paths import PathPlus
@@ -73,6 +73,9 @@ class CodeBlockError(NamedTuple):
7373
exc: Exception
7474

7575

76+
# TODO: reformatter for docstrings
77+
78+
7679
class RSTReformatter:
7780
"""
7881
Reformat code snippets in a reStructuredText file.

0 commit comments

Comments
 (0)