-
-
Notifications
You must be signed in to change notification settings - Fork 3
[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-commit
version.The
ruff-pre-commit
hook has been updated fromv0.4.10
tov0.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-commit
version is correctly configured.The
ruff-pre-commit
hook is integrated into the project via.pre-commit-config.yaml
and configured inpyproject.toml
. The update to versionv0.6.1
appears compatible with the existing configuration. Ensure to test the pre-commit hooks to confirm functionality.
.pre-commit-config.yaml
: Contains the updatedruff
hook.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-pyright
version.The
mirrors-pyright
hook has been updated fromv1.1.368
tov1.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
5e89a95
to
bde2da2
Compare
fc8c1fd
to
9d21818
Compare
5e2ebab
to
10056a3
Compare
6d09352
to
7f2082c
Compare
9df89b3
to
c06f4e3
Compare
6c6473e
to
d9b8a96
Compare
5f846cd
to
07c8939
Compare
updates: - [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/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.4.0](editorconfig-checker/editorconfig-checker.python@3.0.3...3.4.0) - [github.com/rhysd/actionlint: v1.7.5 → v1.7.7](rhysd/actionlint@v1.7.5...v1.7.7) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/DavidAnson/markdownlint-cli2: v0.17.0 → v0.18.1](DavidAnson/markdownlint-cli2@v0.17.0...v0.18.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.13.2](astral-sh/ruff-pre-commit@v0.8.4...v0.13.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.391 → v1.1.405](kumaraditya303/mirrors-pyright@v1.1.391...v1.1.405)
df029fc
to
7becbce
Compare
for more information, see https://pre-commit.ci
updates:
Summary by CodeRabbit
New Features
Bug Fixes
Chores