Skip to content

Commit

Permalink
MAINT: update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 7, 2024
1 parent 010faa3 commit 6d935fd
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 150 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.5
rev: 0.5.6
hooks:
- id: check-dev-files
args:
Expand All @@ -34,7 +34,7 @@ repos:
- --extras-require=doc,jax,pwa,viz

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.0
hooks:
- id: nbstripout
args:
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -154,11 +154,11 @@ repos:
- python

- repo: https://github.com/ComPWA/pyright-pre-commit
rev: v1.1.386
rev: v1.1.388
hooks:
- id: pyright

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

0 comments on commit 6d935fd

Please sign in to comment.