Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Type Update Change
RobertCraigie/pyright-python repository patch v1.1.405 -> v1.1.407
astral-sh/ruff-pre-commit repository minor v0.13.2 -> v0.14.3
astral-sh/uv-pre-commit repository minor 0.8.22 -> 0.9.7

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

RobertCraigie/pyright-python (RobertCraigie/pyright-python)

v1.1.407

Compare Source

v1.1.406

Compare Source

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.3

v0.14.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.2

v0.14.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.1

v0.14.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.0

v0.13.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.13.3

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.7

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.7

v0.9.6

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.6

v0.9.5

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.5

v0.9.4

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.4

v0.9.3

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.3

v0.9.2

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.2

v0.9.1

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.1

v0.9.0

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.0

v0.8.24

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.24

v0.8.23

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.8.23


Configuration

📅 Schedule: Branch creation - "before 8am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 1, 2025
@fossabot
Copy link

fossabot bot commented Nov 1, 2025

fossabot is Thinking

@fossabot
Copy link

fossabot bot commented Nov 1, 2025

Needs Review

Unable to perform impact analysis for dependencies. No dependency changes detected.

Dependency Usage

No dependencies were analyzed in this repository.

Changes

No significant changes were found in the dependency updates.


fossabot examines dependency changes, understands usage patterns, and assesses the impact on your codebase through a combination of static analysis, deep dependency research, security metadata and AI.

@coderabbitai
Copy link

coderabbitai bot commented Nov 1, 2025

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.

@NathanVaughn NathanVaughn merged commit d453a10 into main Nov 1, 2025
6 checks passed
@NathanVaughn NathanVaughn deleted the renovate/pre-commit-hooks branch November 1, 2025 01:23
NathanVaughn added a commit that referenced this pull request Nov 13, 2025
* Update pre-commit hooks (#97)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update parser.py (#98)

* Add unicode tests

* Support .code-workspace files (#101)

* Add docs for code workspace

* Reorganize lines slightly

* Improve error

* Typo

* Simplify lookup

* Add tests

* Use uv build backend

* Update pre-commit hooks

* Update pre-commit hooks (#103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pre-commit hooks (#104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Version 2.2.0 (#106)

* Add build summary feature

* Add tests and branch coverage

* Remove group if there is only one task

* Improve coverage

* Add uv version

* Update README

* Support parallel task execution (#108)

* Support parallel task execution

* Fix tests

* Fix subprocess output

* Test bandaid

* Add parallel check

* Fix task execution levels

* Formatting [ci skip]

* Replace platform constants with Enum

* Add rainbow colors to parallel task output

* Bump version

* Update CI steps (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pre-commit hooks (#110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pre-commit hooks (#113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update CI steps (#114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add shell completions (#115)

* Update deps

* Add shell completions #112

* Remove extra space

* README updates and predicatble name for ADO summary

* Formatting

* Use newline for splitting options

* Add scripts for zsh and fish

* Condense

* Better handle errors

* Update pre-commit config

* Update docs

* Simplify

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: VisualPlugin <[email protected]>
NathanVaughn added a commit that referenced this pull request Nov 13, 2025
* Update pre-commit hooks (#97)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update parser.py (#98)

* Add unicode tests

* Support .code-workspace files (#101)

* Add docs for code workspace

* Reorganize lines slightly

* Improve error

* Typo

* Simplify lookup

* Add tests

* Use uv build backend

* Update pre-commit hooks

* Update pre-commit hooks (#103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pre-commit hooks (#104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Version 2.2.0 (#106)

* Add build summary feature

* Add tests and branch coverage

* Remove group if there is only one task

* Improve coverage

* Add uv version

* Update README

* Support parallel task execution (#108)

* Support parallel task execution

* Fix tests

* Fix subprocess output

* Test bandaid

* Add parallel check

* Fix task execution levels

* Formatting [ci skip]

* Replace platform constants with Enum

* Add rainbow colors to parallel task output

* Bump version

* Update CI steps (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pre-commit hooks (#110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pre-commit hooks (#113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update CI steps (#114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add shell completions (#115)

* Update deps

* Add shell completions #112

* Remove extra space

* README updates and predicatble name for ADO summary

* Formatting

* Use newline for splitting options

* Add scripts for zsh and fish

* Condense

* Better handle errors

* Update pre-commit config

* Update docs

* Simplify

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: VisualPlugin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants