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/codespell-project/codespell: v2.2.6 β†’ v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 β†’ v0.4.7](astral-sh/ruff-pre-commit@v0.4.3...v0.4.7)
- [github.com/antonbabenko/pre-commit-terraform: v1.89.1 β†’ v1.90.0](antonbabenko/pre-commit-terraform@v1.89.1...v1.90.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 2bac8aa commit 97b0e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
exclude: "^src/_nebari/template/"

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args:
Expand All @@ -57,7 +57,7 @@ repos:
args: ["--line-length=88", "--exclude=/src/_nebari/template/"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.7
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -73,7 +73,7 @@ repos:

# terraform
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.89.1
rev: v1.90.0
hooks:
- id: terraform_fmt
args:
Expand Down

0 comments on commit 97b0e06

Please sign in to comment.