Skip to content

Commit cdc739e

Browse files
MAINT: upgrade lock files
updates: - [github.com/ComPWA/policy: 0.7.3 → 0.7.5](ComPWA/policy@0.7.3...0.7.5) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.0...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.36.0](python-jsonschema/check-jsonschema@0.34.1...0.36.0) - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v9.4.0](streetsidesoftware/cspell-cli@v9.2.0...v9.4.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.4.0...3.6.0) - [github.com/ComPWA/pyright-pre-commit: v1.1.406 → v1.1.407](ComPWA/pyright-pre-commit@v1.1.406...v1.1.407) - [github.com/astral-sh/uv-pre-commit: 0.9.2 → 0.9.21](astral-sh/uv-pre-commit@0.9.2...0.9.21)
1 parent 8282134 commit cdc739e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.7.3
17+
rev: 0.7.5
1818
hooks:
1919
- id: check-dev-files
2020
args:
@@ -29,7 +29,7 @@ repos:
2929
- id: set-nb-display-name
3030

3131
- repo: https://github.com/kynan/nbstripout
32-
rev: 0.8.1
32+
rev: 0.8.2
3333
hooks:
3434
- id: nbstripout
3535
args:
@@ -57,7 +57,7 @@ repos:
5757
metadata.vscode
5858
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.14.0
60+
rev: v0.14.10
6161
hooks:
6262
- id: ruff-check
6363
args: [--fix]
@@ -107,7 +107,7 @@ repos:
107107
args: [--in-place]
108108

109109
- repo: https://github.com/python-jsonschema/check-jsonschema
110-
rev: 0.34.1
110+
rev: 0.36.0
111111
hooks:
112112
- id: check-jsonschema
113113
name: Check CITATION.cff
@@ -120,12 +120,12 @@ repos:
120120
pass_filenames: false
121121

122122
- repo: https://github.com/streetsidesoftware/cspell-cli
123-
rev: v9.2.0
123+
rev: v9.4.0
124124
hooks:
125125
- id: cspell
126126

127127
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
128-
rev: 3.4.0
128+
rev: 3.6.0
129129
hooks:
130130
- id: editorconfig-checker
131131
name: editorconfig
@@ -146,11 +146,11 @@ repos:
146146
)$
147147
148148
- repo: https://github.com/ComPWA/pyright-pre-commit
149-
rev: v1.1.406
149+
rev: v1.1.407
150150
hooks:
151151
- id: pyright
152152

153153
- repo: https://github.com/astral-sh/uv-pre-commit
154-
rev: 0.9.2
154+
rev: 0.9.21
155155
hooks:
156156
- id: uv-lock

0 commit comments

Comments
 (0)