Skip to content

Commit 4516fe8

Browse files
authored
MAINT: update lock files
1 parent 47e0c29 commit 4516fe8

File tree

2 files changed

+694
-523
lines changed

2 files changed

+694
-523
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-useless-excludes
1515

1616
- repo: https://github.com/ComPWA/policy
17-
rev: 0.5.6
17+
rev: 0.5.8
1818
hooks:
1919
- id: check-dev-files
2020
args:
@@ -33,7 +33,7 @@ repos:
3333
- --extras-require=doc,viz
3434

3535
- repo: https://github.com/kynan/nbstripout
36-
rev: 0.8.0
36+
rev: 0.8.1
3737
hooks:
3838
- id: nbstripout
3939
args:
@@ -61,7 +61,7 @@ repos:
6161
metadata.vscode
6262
6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.7.2
64+
rev: v0.8.4
6565
hooks:
6666
- id: ruff
6767
args: [--fix]
@@ -93,7 +93,7 @@ repos:
9393
- id: trailing-whitespace
9494

9595
- repo: https://github.com/ComPWA/prettier-pre-commit
96-
rev: v3.3.3
96+
rev: v3.4.2
9797
hooks:
9898
- id: prettier
9999

@@ -103,14 +103,14 @@ repos:
103103
- id: taplo-format
104104

105105
- repo: https://github.com/pappasam/toml-sort
106-
rev: v0.23.1
106+
rev: v0.24.2
107107
hooks:
108108
- id: toml-sort
109109
args:
110110
- --in-place
111111

112112
- repo: https://github.com/python-jsonschema/check-jsonschema
113-
rev: 0.29.4
113+
rev: 0.30.0
114114
hooks:
115115
- id: check-jsonschema
116116
name: Check CITATION.cff
@@ -123,7 +123,7 @@ repos:
123123
pass_filenames: false
124124

125125
- repo: https://github.com/streetsidesoftware/cspell-cli
126-
rev: v8.15.3
126+
rev: v8.17.0
127127
hooks:
128128
- id: cspell
129129

@@ -149,11 +149,11 @@ repos:
149149
- python
150150

151151
- repo: https://github.com/ComPWA/pyright-pre-commit
152-
rev: v1.1.388
152+
rev: v1.1.391
153153
hooks:
154154
- id: pyright
155155

156156
- repo: https://github.com/astral-sh/uv-pre-commit
157-
rev: 0.4.30
157+
rev: 0.5.10
158158
hooks:
159159
- id: uv-lock

0 commit comments

Comments
 (0)