[pre-commit.ci] pre-commit autoupdate#836
Open
pre-commit-ci[bot] wants to merge 2 commits intotrunkfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## trunk #836 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 48 48
Lines 3980 3980
Branches 182 182
=========================================
Hits 3980 3980 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c152762 to
d189ab1
Compare
d189ab1 to
e17539e
Compare
d17beb3 to
df5f36e
Compare
df5f36e to
f9a473c
Compare
f9a473c to
df427f5
Compare
df427f5 to
cc901a8
Compare
cc901a8 to
b93657d
Compare
b93657d to
6cf5df4
Compare
6cf5df4 to
37e8f2c
Compare
791f9c0 to
65fb838
Compare
65fb838 to
063b572
Compare
Contributor
|
#889 should fix the failures that are blocking this at the moment. |
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
063b572 to
e0b6ada
Compare
for more information, see https://pre-commit.ci
Contributor
|
The CI failures are due to black's 2026 stable style, which slightly conflicts with our current isort configuration. Removing @wsanchez, you added |
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: