Skip to content

Commit efb7fc0

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ repos:
1313
exclude: template
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.11.7
16+
rev: v0.11.12
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.7.2
22+
rev: 0.7.9
2323
hooks:
2424
- id: uv-lock
2525
- repo: https://github.com/adrienverge/yamllint.git
26-
rev: v1.37.0
26+
rev: v1.37.1
2727
hooks:
2828
- id: yamllint
2929
exclude: template
@@ -37,7 +37,7 @@ repos:
3737
test/test_util_path.py
3838
)$
3939
- repo: https://github.com/compilerla/conventional-pre-commit
40-
rev: v4.1.0
40+
rev: v4.2.0
4141
hooks:
4242
- id: conventional-pre-commit
4343
stages: [commit-msg]

0 commit comments

Comments
 (0)