[pre-commit.ci] pre-commit autoupdate - #1547
pre-commit-ci[bot] wants to merge 2 commits into
Conversation
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
acf3e11 to
b050163
Compare
05d2e4b to
90e12f6
Compare
90e12f6 to
5f5d94b
Compare
5f5d94b to
731b42f
Compare
731b42f to
100b505
Compare
100b505 to
c20abfa
Compare
c20abfa to
2aabdfa
Compare
2aabdfa to
32a5270
Compare
c4a4980 to
3c73138
Compare
3d70481 to
197572f
Compare
a011226 to
5b38fe5
Compare
|
4aad169 to
849ddb2
Compare
d725249 to
bbde741
Compare
3bc905a to
0175b72
Compare
ff1f139 to
75ee6cf
Compare
662c019 to
32aff11
Compare
36edce2 to
bb90c32
Compare
437c04c to
074a450
Compare
c71943c to
8ad36ba
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
097b59a to
e0ed1d9
Compare
42719c7 to
7b994c1
Compare
c256851 to
f19b261
Compare
54b3938 to
6056a97
Compare
eed86a8 to
64b9ab7
Compare
Greptile SummaryThis PR updates the pre-commit toolchain and applies the resulting formatting changes. The main changes are:
Confidence Score: 4/5This should be fixed before merging.
Files Needing Attention: .pre-commit-config.yaml Important Files Changed
Reviews (13): Last reviewed commit: "[pre-commit.ci] auto fixes from pre-comm..." | Re-trigger Greptile |
|
dd2d831 to
435290d
Compare
|
8a45259 to
8ab1dd9
Compare
9c7cf3d to
18f97d3
Compare
| - repo: https://github.com/PyCQA/isort | ||
| rev: 5.13.2 | ||
| rev: 9.0.0b1 |
There was a problem hiding this comment.
This still runs the isort hook from a 9.0 beta tag. The hook is reached on every local and CI pre-commit run, so import formatting now depends on pre-release formatter behavior. Pinning this hook to a stable isort release avoids CI churn from beta sorting changes.
| - repo: https://github.com/PyCQA/isort | |
| rev: 5.13.2 | |
| rev: 9.0.0b1 | |
| - repo: https://github.com/PyCQA/isort | |
| rev: 8.0.1 |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
e5387fd to
00f5984
Compare
c1724a4 to
3ce1222
Compare
|
|
||
| - repo: https://github.com/PyCQA/isort | ||
| rev: 5.13.2 | ||
| rev: 9.0.0b1 |
There was a problem hiding this comment.
Avoid beta formatter This hook still points at an isort beta release. The formatter runs on Python files during local and pre-commit.ci checks, so import formatting can depend on non-final isort behavior and can change or fail before a stable release. Pinning this hook to a stable isort release avoids CI churn from prerelease formatter changes.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
|
|
||
| - repo: https://github.com/PyCQA/isort | ||
| rev: 5.13.2 | ||
| rev: 9.0.0b1 |
There was a problem hiding this comment.
This still pins the Python import sorter to a beta release. The hook runs on Python files during local pre-commit and pre-commit.ci checks, so formatting can depend on non-final isort behavior and can change or fail before the release line stabilizes. Pin this hook to a stable isort release instead.
| rev: 9.0.0b1 | |
| rev: 8.0.1 |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
1e68a19 to
414d639
Compare
da8c395 to
de7d77d
Compare
|
|
||
| - repo: https://github.com/PyCQA/isort | ||
| rev: 5.13.2 | ||
| rev: 9.0.0b5 |
There was a problem hiding this comment.
This hook still pins isort to a beta release. The hook runs during local and pre-commit.ci checks for Python files, so import formatting can depend on prerelease behavior and can change or fail before the release line is stable. Pin this hook to a stable isort release instead.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.21.2](asottile/pyupgrade@v3.17.0...v3.21.2) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 26.5.1](psf/black-pre-commit-mirror@24.8.0...26.5.1) - [github.com/PyCQA/isort: 5.13.2 → 9.0.1](PyCQA/isort@5.13.2...9.0.1) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v3.2.0](asottile/setup-cfg-fmt@v2.5.0...v3.2.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.9.1](kynan/nbstripout@0.7.1...0.9.1) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v2.3.1](pre-commit/mirrors-mypy@v1.11.2...v2.3.1) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.3.0](rstcheck/rstcheck@v6.2.4...v6.3.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.3](codespell-project/codespell@v2.3.0...v2.4.3)
e33700a to
6340421
Compare
for more information, see https://pre-commit.ci
|



updates: