Skip to content

Commit 7d34376

Browse files
authored
Merge pull request #6273 from lsst-sqre/u/rra/dependencies
Update Python and pre-commit dependencies
2 parents 850bae7 + 75e97e5 commit 7d34376

File tree

2 files changed

+113
-112
lines changed

2 files changed

+113
-112
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- -c=.yamllint.yml
1616

1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.37.0
18+
rev: 0.37.1
1919
hooks:
2020
- id: check-jsonschema
2121
files: ^applications/.*/secrets(-[^./-]+)?\.yaml
@@ -47,14 +47,14 @@ repos:
4747
- --template-files=../helm-docs.md.gotmpl
4848

4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: v0.15.7
50+
rev: v0.15.8
5151
hooks:
5252
- id: ruff-check
5353
args: [--fix, --exit-non-zero-on-fix]
5454
- id: ruff-format
5555

5656
- repo: https://github.com/astral-sh/uv-pre-commit
57-
rev: 0.10.12
57+
rev: 0.11.2
5858
hooks:
5959
- id: uv-lock
6060

0 commit comments

Comments
 (0)