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
  • Loading branch information
pre-commit-ci[bot] authored and danieleades committed Mar 8, 2024
1 parent e2bd4f5 commit 9b1113f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stubs/docutils/docutils/parsers/rst/states.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class RSTState(StateWS):

def build_regexp(definition: _DefinitionType, compile: bool = ...) -> Pattern[str]: ...


class Inliner:
implicit_dispatch: list[tuple[Pattern[str], Callable[[Match[str], int], Sequence[nodes.Node]]]]
def __init__(self) -> None: ...
Expand Down Expand Up @@ -179,7 +178,6 @@ class Inliner:
def implicit_inline(self, text: str, lineno: int) -> list[nodes.Text]: ...
dispatch: dict[str, Callable[[Match[str], int], tuple[str, list[nodes.problematic], str, list[nodes.system_message]]]] = ...


class Body(RSTState):
double_width_pad_char: str
enum: Any
Expand Down

0 comments on commit 9b1113f

Please sign in to comment.