Skip to content

Commit 273c738

Browse files
committed
Update pre-commit tools
1 parent b8b3b10 commit 273c738

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://pre-commit.com/
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-toml
88
- id: check-yaml
@@ -11,7 +11,7 @@ repos:
1111
args: [--markdown-linebreak-ext=md]
1212

1313
- repo: https://github.com/adrienverge/yamllint.git
14-
rev: v1.35.1
14+
rev: v1.38.0
1515
hooks:
1616
- id: yamllint
1717
args: [-c=.yamllint.yaml]
@@ -22,6 +22,6 @@ repos:
2222
- id: codespell
2323

2424
- repo: https://github.com/crate-ci/typos
25-
rev: v1.29.7
25+
rev: v1.42.3
2626
hooks:
2727
- id: typos

template/.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://pre-commit.com/
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-toml
88
- id: check-yaml
@@ -11,7 +11,7 @@ repos:
1111
args: [--markdown-linebreak-ext=md]
1212

1313
- repo: https://github.com/adrienverge/yamllint.git
14-
rev: v1.37.0
14+
rev: v1.38.0
1515
hooks:
1616
- id: yamllint
1717
args: [-c=.yamllint.yaml]
@@ -24,13 +24,13 @@ repos:
2424
- tomli
2525

2626
- repo: https://github.com/crate-ci/typos
27-
rev: v1.31.1
27+
rev: v1.42.3
2828
hooks:
2929
- id: typos
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
3232
# Ruff version.
33-
rev: v0.11.3
33+
rev: v0.14.14
3434
hooks:
3535
# Run the linter.
3636
- id: ruff
@@ -40,6 +40,6 @@ repos:
4040

4141
- repo: https://github.com/astral-sh/uv-pre-commit
4242
# uv version.
43-
rev: 0.6.12
43+
rev: 0.9.28
4444
hooks:
4545
- id: uv-lock

0 commit comments

Comments
 (0)