Skip to content

Commit ad74cc1

Browse files
authored
Merge pull request #6106 from lsst-sqre/u/rra/dependencies
Update Python and pre-commit dependencies
2 parents a993271 + 9958b5c commit ad74cc1

File tree

2 files changed

+135
-135
lines changed

2 files changed

+135
-135
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1
50+
rev: v0.15.2
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.3
57+
rev: 0.10.4
5858
hooks:
5959
- id: uv-lock
6060

0 commit comments

Comments
 (0)