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] committed Dec 28, 2024
1 parent 19cecd5 commit 79542c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/docutils/docutils/readers/pep.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Reader(standalone.Reader):
settings_spec: ClassVar[tuple[Any, ...]]

config_section: ClassVar[str]
config_section_dependencies: ClassVar[tuple[Literal['readers'], Literal['standalone reader']]]
config_section_dependencies: ClassVar[tuple[Literal["readers"], Literal["standalone reader"]]]

def get_transforms(self) -> list[type[Transform]]: ...

Expand Down

0 comments on commit 79542c1

Please sign in to comment.