-
-
Notifications
You must be signed in to change notification settings - Fork 4
[pre-commit.ci] pre-commit autoupdate #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 You can disable this status message by setting the 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
8f7891f to
f698566
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
8928185 to
5f3a51e
Compare
b06714e to
f210554
Compare
6ac33bc to
45a917b
Compare
4cd6dcd to
7ff7d8c
Compare
f0af6b0 to
66c690f
Compare
b40fd3b to
32ebcfc
Compare
5e89a95 to
bde2da2
Compare
fc8c1fd to
9d21818
Compare
5e2ebab to
10056a3
Compare
6d09352 to
7f2082c
Compare
9df89b3 to
c06f4e3
Compare
6c6473e to
d9b8a96
Compare
df029fc to
7becbce
Compare
c4807ca to
37515e9
Compare
dfef860 to
f02a204
Compare
f02a204 to
8cb0856
Compare
1ce6ae7 to
38caab8
Compare
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.5.0](editorconfig-checker/editorconfig-checker.python@3.4.1...3.5.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.1](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.3...v0.14.6)
38caab8 to
78c613f
Compare
updates:
Summary by CodeRabbit
New Features
Bug Fixes
Chores