Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0)
- [github.com/tofuutils/pre-commit-opentofu: v2.0.0 → v2.1.0](tofuutils/pre-commit-opentofu@v2.0.0...v2.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent a0e3766 commit 2ebb8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ repos:
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args:
- --fix
- --select=I
- id: ruff-format
- repo: https://github.com/tofuutils/pre-commit-opentofu
rev: v2.0.0
rev: v2.1.0
hooks:
- id: tofu_fmt
- id: tofu_tflint
Expand Down

0 comments on commit 2ebb8ce

Please sign in to comment.