Skip to content

Commit

Permalink
chore: update versions for pc
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Dec 7, 2024
1 parent 738e1e1 commit 03d2f62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand All @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.4
rev: 0.5.7
hooks:
- id: uv-lock

Expand All @@ -26,12 +26,12 @@ repos:
args: [-vv, --fail-under=0, ./src]

- repo: https://github.com/ambv/black
rev: 24.1.1
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.8.2
hooks:
- id: ruff

Expand Down

0 comments on commit 03d2f62

Please sign in to comment.