Skip to content

Commit 8557240

Browse files
authored
Merge branch 'main' into jhub-apps-overrides
2 parents b76dd80 + c679491 commit 8557240

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ci:
2222
repos:
2323
# general
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.6.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: end-of-file-fixer
2828
exclude: "^docs-sphinx/cli.html"
@@ -37,7 +37,7 @@ repos:
3737
exclude: "^src/_nebari/template/"
3838

3939
- repo: https://github.com/crate-ci/typos
40-
rev: typos-dict-v0.11.27
40+
rev: v1.26.0
4141
hooks:
4242
- id: typos
4343

@@ -55,13 +55,13 @@ repos:
5555

5656
# python
5757
- repo: https://github.com/psf/black
58-
rev: 24.8.0
58+
rev: 24.10.0
5959
hooks:
6060
- id: black
6161
args: ["--line-length=88", "--exclude=/src/_nebari/template/"]
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.6.3
64+
rev: v0.6.9
6565
hooks:
6666
- id: ruff
6767
args: ["--fix"]
@@ -77,7 +77,7 @@ repos:
7777

7878
# terraform
7979
- repo: https://github.com/antonbabenko/pre-commit-terraform
80-
rev: v1.94.1
80+
rev: v1.96.1
8181
hooks:
8282
- id: terraform_fmt
8383
args:

0 commit comments

Comments
 (0)