Skip to content

Commit c677628

Browse files
MAINT: update lock files
updates: - [github.com/ComPWA/policy: 0.6.1 → 0.6.2](ComPWA/policy@0.6.1...0.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.3...v0.11.4) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.32.1](python-jsonschema/check-jsonschema@0.31.0...0.32.1) - [github.com/streetsidesoftware/cspell-cli: v8.17.1 → v8.17.3](streetsidesoftware/cspell-cli@v8.17.1...v8.17.3) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.0 → 3.2.1](editorconfig-checker/editorconfig-checker.python@3.2.0...3.2.1) - [github.com/ComPWA/pyright-pre-commit: v1.1.392 → v1.1.398](ComPWA/pyright-pre-commit@v1.1.392...v1.1.398) - [github.com/astral-sh/uv-pre-commit: 0.5.25 → 0.6.13](astral-sh/uv-pre-commit@0.5.25...0.6.13)
1 parent fef1f49 commit c677628

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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.6.1
16+
rev: 0.6.2
1717
hooks:
1818
- id: check-dev-files
1919
args:
@@ -57,7 +57,7 @@ repos:
5757
metadata.vscode
5858
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.9.3
60+
rev: v0.11.4
6161
hooks:
6262
- id: ruff
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.31.0
110+
rev: 0.32.1
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: v8.17.1
123+
rev: v8.17.3
124124
hooks:
125125
- id: cspell
126126

127127
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
128-
rev: 3.2.0
128+
rev: 3.2.1
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.392
149+
rev: v1.1.398
150150
hooks:
151151
- id: pyright
152152

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

0 commit comments

Comments
 (0)