We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c817d20 commit 023881dCopy full SHA for 023881d
pydis_site/apps/content/utils.py
@@ -108,7 +108,7 @@ def fetch_tags() -> list[Tag]:
108
for file in repo.getmembers():
109
if "/bot/resources/tags" in file.path:
110
included.append(file)
111
- repo.extractall(folder, included) # noqa: S202
+ repo.extractall(folder, included, filter="tar")
112
113
for tag_file in Path(folder).rglob("*.md"):
114
name = tag_file.name
0 commit comments