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 af827f5 commit 5cd4468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stubs/docutils/docutils/readers/pep.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Reader(standalone.Reader[_S]):

supported: ClassVar[tuple[Literal["pep"]]]

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

settings_default_overrides: ClassVar[dict[str, int]]

Expand Down
3 changes: 1 addition & 2 deletions stubs/docutils/docutils/readers/standalone.pyi
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
__docformat__: str


from typing import ClassVar, Literal, TypeVar
from docutils import readers

from docutils import readers

_S = TypeVar("_S")

Expand Down

0 comments on commit 5cd4468

Please sign in to comment.