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
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and RonnyPfannschmidt committed Oct 1, 2021
1 parent f33f5bf commit 4483925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/update-plugin-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def escape_rst(text: str) -> str:
"""Rudimentary attempt to escape special RST characters to appear as
plain text."""
text = (
text
.replace("*", "\\*")
text.replace("*", "\\*")
.replace("<", "\\<")
.replace(">", "\\>")
.replace("`", "\\`")
Expand Down

0 comments on commit 4483925

Please sign in to comment.