mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-05 01:10:13 +00:00
Ignore Python language refactors (`.git-blame-ignore-revs`) - https://github.com/element-hq/synapse/pull/19046 - https://github.com/element-hq/synapse/pull/19111 ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
# Commits in this file will be removed from GitHub blame results.
|
|
#
|
|
# To use this file locally, use:
|
|
# git blame --ignore-revs-file="path/to/.git-blame-ignore-revs" <files>
|
|
#
|
|
# or configure the `blame.ignoreRevsFile` option in your git config.
|
|
#
|
|
# If ignoring a pull request that was not squash merged, only the merge
|
|
# commit needs to be put here. Child commits will be resolved from it.
|
|
|
|
# Run black (https://github.com/matrix-org/synapse/pull/3679).
|
|
8b3d9b6b199abb87246f982d5db356f1966db925
|
|
|
|
# Black reformatting (https://github.com/matrix-org/synapse/pull/5482).
|
|
32e7c9e7f20b57dd081023ac42d6931a8da9b3a3
|
|
|
|
# Target Python 3.5 with black (https://github.com/matrix-org/synapse/pull/8664).
|
|
aff1eb7c671b0a3813407321d2702ec46c71fa56
|
|
|
|
# Update black to 20.8b1 (https://github.com/matrix-org/synapse/pull/9381).
|
|
0a00b7ff14890987f09112a2ae696c61001e6cf1
|
|
|
|
# Convert tests/rest/admin/test_room.py to unix file endings (https://github.com/matrix-org/synapse/pull/7953).
|
|
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
|