Skip to content

Commit 8f87e8e

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/alessandrojcm/commitlint-pre-commit-hook: v9.21.0 → v9.23.0](alessandrojcm/commitlint-pre-commit-hook@v9.21.0...v9.23.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.14.5](astral-sh/ruff-pre-commit@v0.9.7...v0.14.5) - [github.com/tofuutils/pre-commit-opentofu: v2.1.0 → v2.2.2](tofuutils/pre-commit-opentofu@v2.1.0...v2.2.2)
1 parent 2483b0f commit 8f87e8e

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,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"]
@@ -63,21 +63,21 @@ repos:
6363
args:
6464
- --autofix
6565
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
66-
rev: v9.21.0
66+
rev: v9.23.0
6767
hooks:
6868
- id: commitlint
6969
stages: [commit-msg]
7070
additional_dependencies: ["@commitlint/config-conventional"]
7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.9.7
72+
rev: v0.14.5
7373
hooks:
7474
- id: ruff
7575
args:
7676
- --fix
7777
- --select=I
7878
- id: ruff-format
7979
- repo: https://github.com/tofuutils/pre-commit-opentofu
80-
rev: v2.1.0
80+
rev: v2.2.2
8181
hooks:
8282
- id: tofu_fmt
8383
- id: tofu_tflint

0 commit comments

Comments
 (0)