Skip to content

Commit b46a64d

Browse files
fix: empty commit (#2553)
* empty commit * style(pre-commit): auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1d0bc11 commit b46a64d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,10 @@ def write_new():
484484
r"https://guide.pycord.dev/.*",
485485
r"https://pycord.dev/",
486486
r"https://pycord.dev/.*",
487-
r"https://packages.debian.org/.*"
487+
r"https://packages.debian.org/.*",
488488
]
489489

490-
linkcheck_anchors_ignore_for_url = [
491-
r"https://github.com/Delitefully/DiscordLists"
492-
]
490+
linkcheck_anchors_ignore_for_url = [r"https://github.com/Delitefully/DiscordLists"]
493491

494492
modindex_common_prefix = ["discord."]
495493
# suppress_warnings = ['autosectionlabel.*']

0 commit comments

Comments
 (0)