We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d03f19 + 3e6619f commit 364c9e3Copy full SHA for 364c9e3
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
exclude: "^src/_nebari/template/"
38
39
- repo: https://github.com/crate-ci/typos
40
- rev: v1.26.0
+ rev: v1.27.0
41
hooks:
42
- id: typos
43
@@ -61,7 +61,7 @@ repos:
61
args: ["--line-length=88", "--exclude=/src/_nebari/template/"]
62
63
- repo: https://github.com/astral-sh/ruff-pre-commit
64
- rev: v0.6.9
+ rev: v0.7.2
65
66
- id: ruff
67
args: ["--fix"]
@@ -77,7 +77,7 @@ repos:
77
78
# terraform
79
- repo: https://github.com/antonbabenko/pre-commit-terraform
80
- rev: v1.96.1
+ rev: v1.96.2
81
82
- id: terraform_fmt
83
args:
0 commit comments