Skip to content

Commit 9b497dd

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/renovatebot/pre-commit-hooks: 40.3.4 → 42.80.0](renovatebot/pre-commit-hooks@40.3.4...42.80.0) - [github.com/astral-sh/uv-pre-commit: 0.7.2 → 0.9.24](astral-sh/uv-pre-commit@0.7.2...0.9.24) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.14.11](astral-sh/ruff-pre-commit@v0.11.8...v0.14.11) - [github.com/opensource-nepal/commitlint: v1.3.0 → v1.13.3](opensource-nepal/commitlint@v1.3.0...v1.13.3)
1 parent bb7814c commit 9b497dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-case-conflict
@@ -22,18 +22,18 @@ repos:
2222
- id: fix-byte-order-marker
2323

2424
- repo: https://github.com/renovatebot/pre-commit-hooks
25-
rev: 40.3.4
25+
rev: 42.80.0
2626
hooks:
2727
- id: renovate-config-validator
2828
files: renovate.json
2929

3030
- repo: https://github.com/astral-sh/uv-pre-commit
31-
rev: 0.7.2
31+
rev: 0.9.24
3232
hooks:
3333
- id: uv-lock
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.11.8
36+
rev: v0.14.11
3737
hooks:
3838
- id: ruff
3939
types_or: [python, pyi]
@@ -42,6 +42,6 @@ repos:
4242
types_or: [python, pyi]
4343

4444
- repo: https://github.com/opensource-nepal/commitlint
45-
rev: v1.3.0
45+
rev: v1.13.3
4646
hooks:
4747
- id: commitlint

0 commit comments

Comments
 (0)