Skip to content

Commit 31b2a36

Browse files
github-actions[bot]Pre-commit automation
andauthored
chore: pre-commit autoupdate (#926)
Co-authored-by: Pre-commit automation <releng+pre-commit-autoupdate@mozilla.com>
1 parent f3080c5 commit 31b2a36

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
@@ -13,13 +13,13 @@ repos:
1313
exclude: template
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.15.4
16+
rev: v0.15.8
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- id: ruff-format
2121
- repo: https://github.com/astral-sh/uv-pre-commit
22-
rev: 0.10.7
22+
rev: 0.11.2
2323
hooks:
2424
- id: uv-lock
2525
- repo: https://github.com/adrienverge/yamllint.git
@@ -28,7 +28,7 @@ repos:
2828
- id: yamllint
2929
exclude: template
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.4.1
31+
rev: v2.4.2
3232
hooks:
3333
- id: codespell
3434
entry: codespell -I .codespell-ignore-words.txt

0 commit comments

Comments
 (0)