Skip to content

Conversation

pre-commit-ci[bot]
Copy link

@pre-commit-ci pre-commit-ci bot commented Mar 18, 2024

updates:

Summary by CodeRabbit

  • New Features

    • Updated to the latest versions of pre-commit tools, potentially enhancing performance and stability.
  • Bug Fixes

    • Improvements and bug fixes included in the upgraded repositories may enhance overall functionality.
  • Chores

    • Removed trailing commas in TOML configuration for language servers to adhere to formatting standards.

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.00%. Comparing base (3dfca5f) to head (207951c).
Report is 4 commits behind head on main.

Current head 207951c differs from pull request most recent head 3180094

Please upload reports for the commit 3180094 to get more accurate results.

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.
📢 Have feedback on the report? Share it here.

Copy link

coderabbitai bot commented Mar 18, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 324ee4a to ff2781d Compare March 25, 2024 19:37
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from ff2781d to 207951c Compare April 1, 2024 19:42
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from b9f5577 to ba2cb33 Compare April 15, 2024 19:52
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from ba2cb33 to eb9698a Compare April 22, 2024 19:37
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from fdae573 to 9262ee3 Compare May 6, 2024 19:44
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from fec0a23 to 82dec9b Compare May 20, 2024 19:29
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 82dec9b to 67d008d Compare May 27, 2024 19:41
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 67d008d to c6033a7 Compare June 3, 2024 19:49
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from f1dfa89 to 5744d47 Compare June 17, 2024 19:48
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 5744d47 to 52ad991 Compare June 24, 2024 19:48
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 3180094 to fef6af5 Compare July 8, 2024 19:35
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from fef6af5 to 0f340da Compare July 15, 2024 19:58
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from abcea70 to fc82789 Compare July 29, 2024 19:59
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from fc82789 to 8f7891f Compare August 5, 2024 20:22
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 0373277 and 8f7891f.

Files selected for processing (1)
  • .pre-commit-config.yaml (1 hunks)
Files skipped from review due to trivial changes (1)
  • .pre-commit-config.yaml

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 8f7891f to f698566 Compare August 12, 2024 19:57
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 8f7891f and f698566.

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

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from f698566 to d7677ad Compare August 19, 2024 20:01
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between f698566 and d7677ad.

Files selected for processing (1)
  • .pre-commit-config.yaml (1 hunks)
Additional comments not posted (2)
.pre-commit-config.yaml (2)

78-78: Update to ruff-pre-commit version.

The ruff-pre-commit hook has been updated from v0.4.10 to v0.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 in pyproject.toml. The update to version v0.6.1 appears compatible with the existing configuration. Ensure to test the pre-commit hooks to confirm functionality.

  • .pre-commit-config.yaml: Contains the updated ruff hook.
  • pyproject.toml: Contains configuration settings for ruff.
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 to mirrors-pyright version.

The mirrors-pyright hook has been updated from v1.1.368 to v1.1.376. Verify that this version is compatible with your project and check for any changes in type checking behavior.

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from a4a83c8 to b889c85 Compare September 2, 2024 20:00
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from b889c85 to 0a5b7cf Compare September 9, 2024 20:05
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 2b41877 to 9792cbd Compare March 31, 2025 18:07
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from db09cca to 44d1b47 Compare April 14, 2025 18:10
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from b0f101a to 72c8baf Compare April 21, 2025 18:05
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 1cedf04 to b59e159 Compare April 28, 2025 18:08
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 8928185 to 5f3a51e Compare May 12, 2025 18:09
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from b06714e to f210554 Compare May 26, 2025 18:09
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 6ac33bc to 45a917b Compare June 9, 2025 18:12
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 4cd6dcd to 7ff7d8c Compare June 16, 2025 17:59
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from f0af6b0 to 66c690f Compare June 30, 2025 18:07
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from b40fd3b to 32ebcfc Compare July 14, 2025 18:14
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 5e89a95 to bde2da2 Compare July 28, 2025 18:18
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from fc8c1fd to 9d21818 Compare August 4, 2025 18:37
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 5e2ebab to 10056a3 Compare August 18, 2025 18:27
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 6d09352 to 7f2082c Compare August 25, 2025 18:23
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 9df89b3 to c06f4e3 Compare September 1, 2025 18:26
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 6c6473e to d9b8a96 Compare September 15, 2025 18:32
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 5f846cd to 07c8939 Compare September 22, 2025 18:44
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)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from df029fc to 7becbce Compare September 29, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants