Skip to content

Commit 1384113

Browse files
authored
Merge branch 'master' into viewless-components
Signed-off-by: Paillat <[email protected]>
2 parents 43adf11 + 00871c0 commit 1384113

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: \.(po|pot|yml|yaml)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.12.11
13+
rev: v0.12.12
1414
hooks:
1515
- id: ruff
1616
args: [ --fix ]

discord/types/guild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class UnavailableGuild(TypedDict):
170170
"NEW_THREAD_PERMISSIONS",
171171
"NON_COMMUNITY_RAID_ALERTS",
172172
"PARTNERED",
173+
"PIN_PERMISSION_MIGRATION_COMPLETE",
173174
"PREMIUM_TIER_3_OVERRIDE",
174175
"PREVIEW_ENABLED",
175176
"PRIVATE_THREADS",

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,12 @@ version-file = "discord/_version.py"
8989
[tool.hatch.build.targets.wheel]
9090
only-packages = true
9191
packages = ["discord"]
92-
only-include = ["discord", "LICENSE", "pyproject.toml", "discord/bin/*.dll", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt"]
93-
artifacts = ["discord/bin/*.dll", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt"]
92+
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll", "discord/emojis.json", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt",]
9493

9594
[tool.hatch.build.targets.sdist]
9695
only-packages = true
97-
packages = ["discord", "discord.interactions"]
98-
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll"]
99-
artifacts = ["discord/bin/*.dll"]
96+
packages = ["discord"]
97+
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll", "discord/emojis.json", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt",]
10098

10199
[tool.black]
102100
target-version = ['py310', 'py311', 'py312', 'py313']

0 commit comments

Comments
 (0)