[pre-commit.ci] pre-commit suggestions - #807
Open
pre-commit-ci[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #807 +/- ##
===================================
- Coverage 81% 81% -0%
===================================
Files 54 54
Lines 7617 7617
===================================
- Hits 6144 6143 -1
- Misses 1473 1474 +1 🚀 New features to boost your workflow:
|
Borda
approved these changes
Apr 24, 2026
Borda
enabled auto-merge (squash)
April 24, 2026 09:33
deependujha
approved these changes
Apr 25, 2026
Collaborator
|
not sure why it fails (not a typical fail, but timeout, and random tests fail). Have rerun failed tests multiple time and they fail again and again. Doesn't make much sense, but changes in |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #807 +/- ##
=====================================
Coverage 81% 81%
=====================================
Files 67 67
Lines 15552 15552
=====================================
Hits 12664 12664
Misses 2888 2888 🚀 New features to boost your workflow:
|
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
July 6, 2026 21:15
1d25a76 to
a12db49
Compare
Collaborator
|
@pre-commit-ci recreate |
bhimrazy
force-pushed
the
pre-commit-ci-update-config
branch
from
September 2, 2026 06:01
421b0a4 to
3d22d13
Compare
- bump codespell, ruff, mdformat and validate-pyproject - rename ruff hook id to ruff-check (ruff id is a deprecated alias in 0.15) - keep pyproject-fmt at v2.8.0 to avoid the unrelated pyproject.toml reformat - keep mirrors-prettier at the stable v3.1.0 (v4 is only an alpha) - fix SIM113 in tests/streaming/test_dataset.py
bhimrazy
force-pushed
the
pre-commit-ci-update-config
branch
from
September 2, 2026 06:04
3d22d13 to
ddd1a81
Compare
bhimrazy
approved these changes
Sep 2, 2026
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:
Skipped:
pyproject-fmtv2.25.1 (reformats all ofpyproject.toml) andmirrors-prettierv4.0.0-alpha.8 (alpha only) — both stay pinned.Also renames the
ruffhook id toruff-check(deprecated alias in ruff 0.15) and fixes two newSIM113findings intests/streaming/test_dataset.py.