Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 048bed3

Browse files
authoredJan 7, 2025
MAINT: update lock files
updates: - [github.com/ComPWA/policy: 0.5.0 → 0.5.8](ComPWA/policy@0.5.0...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.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.0...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/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0) - [github.com/streetsidesoftware/cspell-cli: v8.15.2 → v8.17.0](streetsidesoftware/cspell-cli@v8.15.2...v8.17.0) - [github.com/ComPWA/pyright-pre-commit: v1.1.385 → v1.1.391](ComPWA/pyright-pre-commit@v1.1.385...v1.1.391) - [github.com/astral-sh/uv-pre-commit: 0.4.25 → 0.5.14](astral-sh/uv-pre-commit@0.4.25...0.5.14)
1 parent ac8b316 commit 048bed3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎.pre-commit-config.yaml

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

1515
- repo: https://github.com/ComPWA/policy
16-
rev: 0.5.0
16+
rev: 0.5.8
1717
hooks:
1818
- id: check-dev-files
1919
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: remove-empty-tags
2929

3030
- repo: https://github.com/kynan/nbstripout
31-
rev: 0.7.1
31+
rev: 0.8.1
3232
hooks:
3333
- id: nbstripout
3434
args:
@@ -56,7 +56,7 @@ repos:
5656
metadata.vscode
5757
5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.7.0
59+
rev: v0.8.6
6060
hooks:
6161
- id: ruff
6262
args: [--fix]
@@ -90,7 +90,7 @@ repos:
9090
)$
9191
9292
- repo: https://github.com/ComPWA/prettier-pre-commit
93-
rev: v3.3.3
93+
rev: v3.4.2
9494
hooks:
9595
- id: prettier
9696

@@ -100,13 +100,13 @@ repos:
100100
- id: taplo-format
101101

102102
- repo: https://github.com/pappasam/toml-sort
103-
rev: v0.23.1
103+
rev: v0.24.2
104104
hooks:
105105
- id: toml-sort
106106
args: [--in-place]
107107

108108
- repo: https://github.com/python-jsonschema/check-jsonschema
109-
rev: 0.29.4
109+
rev: 0.30.0
110110
hooks:
111111
- id: check-jsonschema
112112
name: Check CITATION.cff
@@ -119,7 +119,7 @@ repos:
119119
pass_filenames: false
120120

121121
- repo: https://github.com/streetsidesoftware/cspell-cli
122-
rev: v8.15.2
122+
rev: v8.17.0
123123
hooks:
124124
- id: cspell
125125

@@ -145,11 +145,11 @@ repos:
145145
)$
146146
147147
- repo: https://github.com/ComPWA/pyright-pre-commit
148-
rev: v1.1.385
148+
rev: v1.1.391
149149
hooks:
150150
- id: pyright
151151

152152
- repo: https://github.com/astral-sh/uv-pre-commit
153-
rev: 0.4.25
153+
rev: 0.5.14
154154
hooks:
155155
- id: uv-lock

0 commit comments

Comments
 (0)