We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb694a commit 8276e1bCopy full SHA for 8276e1b
snippet_fmt/__init__.py
@@ -38,7 +38,7 @@
38
39
# 3rd party
40
import click
41
-import entrypoints # type: ignore
+import entrypoints # type: ignore[import]
42
from consolekit.terminal_colours import ColourTrilean, resolve_color_default
43
from consolekit.utils import coloured_diff
44
from domdf_python_tools.paths import PathPlus
@@ -73,6 +73,9 @@ class CodeBlockError(NamedTuple):
73
exc: Exception
74
75
76
+# TODO: reformatter for docstrings
77
+
78
79
class RSTReformatter:
80
"""
81
Reformat code snippets in a reStructuredText file.
0 commit comments