[pre-commit.ci] pre-commit autoupdate - #7
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7 +/- ##
=======================================
Coverage 68.00% 68.00%
=======================================
Files 5 5
Lines 175 175
=======================================
Hits 119 119
Misses 56 56 ☔ View full report in Codecov by Sentry. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
324ee4a to
ff2781d
Compare
ff2781d to
207951c
Compare
b9f5577 to
ba2cb33
Compare
ba2cb33 to
eb9698a
Compare
fdae573 to
9262ee3
Compare
fec0a23 to
82dec9b
Compare
82dec9b to
67d008d
Compare
67d008d to
c6033a7
Compare
f1dfa89 to
5744d47
Compare
5744d47 to
52ad991
Compare
3180094 to
fef6af5
Compare
fef6af5 to
0f340da
Compare
abcea70 to
fc82789
Compare
fc82789 to
8f7891f
Compare
8f7891f to
f698566
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .pre-commit-config.yaml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .pre-commit-config.yaml
f698566 to
d7677ad
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .pre-commit-config.yaml (1 hunks)
Additional comments not posted (2)
.pre-commit-config.yaml (2)
78-78: Update toruff-pre-commitversion.The
ruff-pre-commithook has been updated fromv0.4.10tov0.6.1. Ensure that this version is compatible with your project and that any new features or breaking changes are accounted for.Verification successful
Update to
ruff-pre-commitversion is correctly configured.The
ruff-pre-commithook is integrated into the project via.pre-commit-config.yamland configured inpyproject.toml. The update to versionv0.6.1appears compatible with the existing configuration. Ensure to test the pre-commit hooks to confirm functionality.
.pre-commit-config.yaml: Contains the updatedruffhook.pyproject.toml: Contains configuration settings forruff.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify that the `ruff-pre-commit` update to v0.6.1 is compatible with the project. # Test: Check for usage of ruff-pre-commit in the codebase. Expect: No issues or errors. ast-grep --lang python --pattern $'import ruff'Length of output: 48
Script:
#!/bin/bash # Description: Search for any configuration or script files that mention `ruff`. # Search for `ruff` in YAML, TOML, and shell script files. rg 'ruff' --glob '*.{yaml,yml,toml,sh}'Length of output: 350
83-83: Update tomirrors-pyrightversion.The
mirrors-pyrighthook has been updated fromv1.1.368tov1.1.376. Verify that this version is compatible with your project and check for any changes in type checking behavior.
a4a83c8 to
b889c85
Compare
b889c85 to
0a5b7cf
Compare
2b41877 to
9792cbd
Compare
db09cca to
44d1b47
Compare
b0f101a to
72c8baf
Compare
1cedf04 to
b59e159
Compare
8928185 to
5f3a51e
Compare
b06714e to
f210554
Compare
6ac33bc to
45a917b
Compare
4cd6dcd to
7ff7d8c
Compare
f0af6b0 to
66c690f
Compare
b40fd3b to
32ebcfc
Compare
15ade66 to
5f3b2e8
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
9 similar comments
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
|
Tick the box to add this pull request to the merge queue (same as
|
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.3 → v0.16.5](astral-sh/ruff-pre-commit@v0.16.3...v0.16.5)
|
Tick the box to add this pull request to the merge queue (same as
|
updates:
Summary by CodeRabbit
New Features
Bug Fixes
Chores