Skip to content

Commit 541f8b9

Browse files
[pre-commit.ci] pre-commit autoupdate (#801)
updates: - [github.com/compilerla/conventional-pre-commit: v4.3.0 → v4.4.0](compilerla/conventional-pre-commit@v4.3.0...v4.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b2ad8c6 commit 541f8b9

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
@@ -14,7 +14,7 @@ default_stages: [pre-commit]
1414

1515
repos:
1616
- repo: https://github.com/compilerla/conventional-pre-commit
17-
rev: v4.3.0
17+
rev: v4.4.0
1818
hooks:
1919
- id: conventional-pre-commit
2020
stages: [commit-msg]
@@ -30,7 +30,7 @@ repos:
3030
- id: check-added-large-files
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: "v0.15.1"
33+
rev: "v0.15.2"
3434
hooks:
3535
- id: ruff-check
3636
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)