[pre-commit.ci] pre-commit autoupdate#14175
Conversation
6549b7e to
e7092a9
Compare
|
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. |
| "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", |
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 = [ |
There was a problem hiding this comment.
I'd rather move this to a towncrier.toml than have this weird formatting..
There was a problem hiding this comment.
pyproject-fmt gets more and more developer-hostile. i started to drop it from projects as ever since 2.x it messes up more and more things
There was a problem hiding this comment.
Let's freeze it ? Might need to fork it so it's not upgraded automatically by pre-commit
There was a problem hiding this comment.
I never liked it for myself so I'd normally just avoid integrating it in the first place. Though, it's my problem with most of the "opinionated" tools...
| "src/", | ||
| "*/lib/python*/site-packages/", | ||
| "*/pypy*/site-packages/", | ||
| "*\\Lib\\site-packages\\", |
e7092a9 to
30cae01
Compare
c5ae88f to
167ca3f
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.14...v0.15.2) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.2](tox-dev/pyproject-fmt@v2.12.1...v2.16.2)
167ca3f to
cc6dac9
Compare
for more information, see https://pre-commit.ci
updates: