Skip to content

Commit cb7fb2c

Browse files
[pre-commit.ci] pre-commit autoupdate
[skip ci] 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/astral-sh/ruff-pre-commit: v0.11.0 → v0.12.10](astral-sh/ruff-pre-commit@v0.11.0...v0.12.10)
1 parent 24214ab commit cb7fb2c

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
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
args: ["--maxkb=800"]
@@ -69,7 +69,7 @@ repos:
6969
stages: [commit-msg]
7070
additional_dependencies: ["@commitlint/config-conventional"]
7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.11.0
72+
rev: v0.12.10
7373
hooks:
7474
- id: ruff
7575
types_or:

0 commit comments

Comments
 (0)