Skip to content

Commit 464f14a

Browse files
Merge pull request #225 from neutrinoceros/mnt/pre-commit-update
MNT: upgrade pre-commit hooks
2 parents 8bd1026 + 6345562 commit 464f14a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repos:
1717
- id: check-shebang-scripts-are-executable
1818

1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.6.12
20+
rev: 0.7.18
2121
hooks:
2222
- id: uv-lock
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.4
25+
rev: v0.12.1
2626
hooks:
2727
- id: ruff-format
2828
- id: ruff
@@ -34,7 +34,7 @@ repos:
3434
- id: rst-backticks
3535

3636
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
37-
rev: v2.14.0
37+
rev: v2.15.0
3838
hooks:
3939
- id: pretty-format-yaml
4040
args: [--autofix, --indent, '2']

0 commit comments

Comments
 (0)