Skip to content

Commit

Permalink
MAINT: update lock files
Browse files Browse the repository at this point in the history
updates:
- [github.com/ComPWA/policy: 0.5.6 → 0.5.8](ComPWA/policy@0.5.6...0.5.8)
- [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1)
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6)
- [github.com/ComPWA/prettier-pre-commit: v3.3.3 → v3.4.2](ComPWA/prettier-pre-commit@v3.3.3...v3.4.2)
- [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/streetsidesoftware/cspell-cli: v8.15.3 → v8.17.0](streetsidesoftware/cspell-cli@v8.15.3...v8.17.0)
- [github.com/ComPWA/pyright-pre-commit: v1.1.388 → v1.1.391](ComPWA/pyright-pre-commit@v1.1.388...v1.1.391)
- [github.com/astral-sh/uv-pre-commit: 0.4.30 → 0.5.14](astral-sh/uv-pre-commit@0.4.30...0.5.14)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 1c9e9b4 commit 9e033be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.6
rev: 0.5.8
hooks:
- id: check-dev-files
args:
Expand All @@ -24,7 +24,7 @@ repos:
- id: remove-empty-tags

- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
args:
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.6
hooks:
- id: ruff
args: [--fix]
Expand All @@ -79,7 +79,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier

Expand All @@ -89,14 +89,14 @@ repos:
- id: taplo-format

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort
args:
- --in-place

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.3
rev: v8.17.0
hooks:
- id: cspell

Expand All @@ -122,11 +122,11 @@ repos:
- python

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

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

0 comments on commit 9e033be

Please sign in to comment.