[pre-commit.ci] pre-commit autoupdate#14175
Open
pre-commit-ci[bot] wants to merge 6 commits intomainfrom
Open
Conversation
- [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.0](tox-dev/pyproject-fmt@v2.12.1...v2.16.0)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0)
95ec75f to
6549b7e
Compare
6549b7e to
e7092a9
Compare
Member
|
I think this is good to go, enabling the new ruff message about using context manager can probably constitute a merge request on its own. |
webknjaz
reviewed
Feb 14, 2026
| "ignore:VendorImporter\\.find_spec\\(\\) not found; falling back to find_module\\(\\):ImportWarning", | ||
| # https://github.com/pytest-dev/execnet/pull/127 | ||
| 'ignore:isSet\(\) is deprecated, use is_set\(\) instead:DeprecationWarning', | ||
| "ignore:isSet\\(\\) is deprecated, use is_set\\(\\) instead:DeprecationWarning", |
Member
There was a problem hiding this comment.
Double escaping seems rough.. Can we make it keep using raw-strings?
| directory = "misc" | ||
| name = "Miscellaneous internal changes" | ||
| showcontent = true | ||
| type = [ |
Member
There was a problem hiding this comment.
I'd rather move this to a towncrier.toml than have this weird formatting..
| "src/", | ||
| "*/lib/python*/site-packages/", | ||
| "*/pypy*/site-packages/", | ||
| "*\\Lib\\site-packages\\", |
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.
updates: