summaryrefslogtreecommitdiffstats
path: root/hacking/backport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-14/+14
| | | | | | | | | * Update triple single quotes to triple double quotes This change was fully automated. The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval. * Manual conversion of docstring quotes
* pymarkdown: update docs (#83150)Abhijeet Kasurde2024-05-061-1/+1
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
|
* Add pymarkdown sanity test for core (#81220)Matt Clay2023-07-111-5/+4
| | | | | | | * Clean up markdown * Add pymarkdown sanity test for core * Update unit test SHA
* Add a script for adding backport referencesRick Elrod2020-05-083-0/+309
Change: - Add a place for adding backport-related scripts in the future - Add a script for adding backport references Test Plan: - Used it for this latest batch of PR reference-adding. Signed-off-by: Rick Elrod <rick@elrod.me>