Skip to content

Commit

Permalink
MAINT: update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 23, 2024
1 parent e9828a4 commit dd7fa5e
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 70 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- epic/*
paths:
- .pre-commit-config.yaml
- "**/Manifest.toml"
- pixi.lock
- uv.lock
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.0
rev: 0.5.1
hooks:
- id: check-dev-files
args:
Expand Down Expand Up @@ -123,7 +123,7 @@ repos:
exclude: (?x)^(.*/Manifest\.toml|.*/Project\.toml)$

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.1
rev: v8.15.2
hooks:
- id: cspell

Expand Down Expand Up @@ -166,6 +166,6 @@ repos:
- id: pyright

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.24
rev: 0.4.25
hooks:
- id: uv-lock
Loading

0 comments on commit dd7fa5e

Please sign in to comment.