Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Nov 7, 2024
1 parent 092ab9c commit 262d50d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.133.1
rev: 39.7.1
hooks:
- id: renovate-config-validator
files: ^renovate\.json$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
hooks:
- id: ruff
name: "lint with ruff"
Expand All @@ -35,7 +35,7 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.4.27
rev: 0.4.30
hooks:
# Update the uv lockfile
- id: uv-lock
Expand Down

0 comments on commit 262d50d

Please sign in to comment.