diff --git a/pyproject.toml b/pyproject.toml index cf19e1306b..a58b912265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ force-exclude = ''' major_labels = [] # Ruff never uses the major version number minor_labels = ["breaking"] # Bump the minor version on breaking changes -changelog_ignore_labels = ["internal", "ci", "red-knot", "testing"] +changelog_ignore_labels = ["internal", "ci", "testing", "ty"] changelog_sections.breaking = "Breaking changes" changelog_sections.preview = "Preview features"