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.5 → 0.5.8](ComPWA/policy@0.5.5...0.5.8)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.1...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/astral-sh/uv-pre-commit: 0.4.27 → 0.5.14](astral-sh/uv-pre-commit@0.4.27...0.5.14)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 40853e0 commit a778344
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.5
rev: 0.5.8
hooks:
- id: check-dev-files
args:
Expand All @@ -23,7 +23,7 @@ repos:
- id: remove-empty-tags

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

- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier
exclude: >-
Expand All @@ -82,7 +82,7 @@ repos:
- id: taplo-format

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort
args:
Expand All @@ -100,6 +100,6 @@ repos:
)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.27
rev: 0.5.14
hooks:
- id: uv-lock

0 comments on commit a778344

Please sign in to comment.