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 Dec 28, 2024
1 parent 0a74ea8 commit adcf2a8
Showing 1 changed file with 2 additions and 2 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

0 comments on commit adcf2a8

Please sign in to comment.