Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla authored Sep 5, 2024
2 parents 6cc9317 + af344c6 commit d22e5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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/crate-ci/typos
rev: v1.23.6
rev: typos-dict-v0.11.27
hooks:
- id: typos

Expand All @@ -61,7 +61,7 @@ repos:
args: ["--line-length=88", "--exclude=/src/_nebari/template/"]

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

# terraform
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.92.1
rev: v1.94.1
hooks:
- id: terraform_fmt
args:
Expand Down
4 changes: 1 addition & 3 deletions tests/common/notebooks/test_notebook_output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"tags": []
},
"outputs": [],
"source": [
"import math"
]
"source": []
},
{
"cell_type": "code",
Expand Down

0 comments on commit d22e5cb

Please sign in to comment.