From 27f50f935182f7a4abe6129565c1f02a4a10470e Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 6 Nov 2025 14:07:11 -0600 Subject: [PATCH 1/2] Ignore Python language refactors --- .git-blame-ignore-revs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 4c7b0335e60..729b638c794 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -26,3 +26,8 @@ c4268e3da64f1abb5b31deaeb5769adb6510c0a7 # Update black to 23.1.0 (https://github.com/matrix-org/synapse/pull/15103) 9bb2eac71962970d02842bca441f4bcdbbf93a11 +# Use type hinting generics in standard collections (https://github.com/element-hq/synapse/pull/19046) +fc244bb592aa481faf28214a2e2ce3bb4e95d990 + +# Write union types as X | Y where possible (https://github.com/element-hq/synapse/pull/19111) +fcac7e0282b074d4bd3414d1c9c181e9701875d9 From c9d78b674bbe0e3210a72d9998ec87bfef7a6938 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 6 Nov 2025 14:09:06 -0600 Subject: [PATCH 2/2] Add changelog --- changelog.d/19150.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/19150.misc diff --git a/changelog.d/19150.misc b/changelog.d/19150.misc new file mode 100644 index 00000000000..a97a487c6c6 --- /dev/null +++ b/changelog.d/19150.misc @@ -0,0 +1 @@ +Ignore recent Python language refactors from git blame (`.git-blame-ignore-revs`).