Skip to content

Commit 0e7cf56

Browse files
pre-commit-ci[bot]ketozhang
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.12](astral-sh/ruff-pre-commit@v0.9.9...v0.11.12) - [github.com/compilerla/conventional-pre-commit: v4.0.0 → v4.2.0](compilerla/conventional-pre-commit@v4.0.0...v4.2.0)
1 parent b291a2c commit 0e7cf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: 'v0.9.9'
20+
rev: 'v0.11.12'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -28,7 +28,7 @@ repos:
2828
- id: black
2929

3030
- repo: https://github.com/compilerla/conventional-pre-commit
31-
rev: v4.0.0
31+
rev: v4.2.0
3232
hooks:
3333
- id: conventional-pre-commit
3434
stages: [commit-msg]

0 commit comments

Comments
 (0)