Conversation
This comment was marked as resolved.
This comment was marked as resolved.
a216316 to
7aa9f3a
Compare
21df0e8 to
68b2798
Compare
68b2798 to
5a81189
Compare
Collaborator
Author
|
All issues have been fixed, ready for review! |
hauntsaninja
approved these changes
Jan 5, 2026
Collaborator
hauntsaninja
left a comment
There was a problem hiding this comment.
Thank you! Looks good from a skim! (And happy new year! :-) )
e2a35f8 to
e1613e8
Compare
…ctness Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Use them most places (some places are migrated in future commits) Also bumps some action runner versions And updates dependabot/pre-commit config to check for more updates Remove second unnecessary mypy config Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Most notably: - vim files (and Python heredocs) - Sphinx attestations - pyproject.toml Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
- Standardize `/py(thon)?(3)?/` to `python` - Only use `console` when output is shown, because it's very lacking compared to `sh` - Add a few other missing languages Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
Cuts build times from ~45 to ~6 minutes
Reword PR comment to be clearer and more detailed Work around Prettier format issues Update docs appropriately Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
e1613e8 to
3d7b406
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Various unrelated refactors, most of which are too small for their own PR
Since most changes are largely unrelated, it may be easier to review this PR commit-by-commit, so I made sure to keep each change contained to a single commit and I've listed them here:
pyproject.tomlpathsmatchers on action triggersifchecks (see Upgrade PyPI upload workflow to use Trusted Publishing (#4589) #4611 (comment))stablebranch on prereleases, which doesn't currently work anyway and just causes the workflow to "fail"/py(thon)?(3)?/topythonconsolewhen the ps prompt is included, and don't put comments where output should beworkflow_runtrigger unfortunately (see Lingering CI/CD pins, add cooldowns, remove template injections #4906); there's no way to comment on the PR without itall CI changes were tested as best I could
Checklist - did you ...
--previewstyle, following the stability policy?CHANGES.mdif necessary?