Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla authored Aug 9, 2024
2 parents 00841db + 279c098 commit 843453d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/crate-ci/typos
rev: v1.23.2
rev: v1.23.6
hooks:
- id: typos

Expand All @@ -55,13 +55,13 @@ repos:

# python
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args: ["--line-length=88", "--exclude=/src/_nebari/template/"]

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

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

0 comments on commit 843453d

Please sign in to comment.