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 Dec 20, 2024
1 parent d51af34 commit 778c16b
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 295 deletions.
14 changes: 7 additions & 7 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: colab-toc-visible
- id: check-dev-files
Expand All @@ -21,7 +21,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 @@ -49,7 +49,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.4
hooks:
- id: ruff
args: [--fix]
Expand All @@ -75,7 +75,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 @@ -85,14 +85,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/pre-commit/mirrors-clang-format
rev: v19.1.2
rev: v19.1.5
hooks:
- id: clang-format
types_or:
Expand All @@ -119,6 +119,6 @@ repos:
- "-y=defaultIndent: ' '"

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

0 comments on commit 778c16b

Please sign in to comment.