Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3118)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0)

* Bump `uv` version

* Grep for uv requirement instead of using constraints
Constraints seem to be tripping pip up for some reason.

* Debug pip

* Inspect cache

* Revert all debugging changes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: CoolCat467 <[email protected]>
Co-authored-by: EXPLOSION <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2024
1 parent 21ea257 commit 13d4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
types: [file]
Expand Down

0 comments on commit 13d4bad

Please sign in to comment.