Skip to content

Commit c0d3f9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/crate-ci/typos: v1.30.0 → v1](crate-ci/typos@v1.30.0...v1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.14.14](astral-sh/ruff-pre-commit@v0.9.9...v0.14.14) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/antonbabenko/pre-commit-terraform: v1.97.4 → v1.105.0](antonbabenko/pre-commit-terraform@v1.97.4...v1.105.0)
1 parent 79e7783 commit c0d3f9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v5.0.0
25+
rev: v6.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: v1.30.0
40+
rev: v1
4141
hooks:
4242
- id: typos
4343

@@ -54,20 +54,20 @@ repos:
5454
- tomli
5555

5656
# python
57-
- repo: https://github.com/psf/black
58-
rev: 25.1.0
57+
- repo: https://github.com/psf/black-pre-commit-mirror
58+
rev: 26.1.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.9.9
64+
rev: v0.14.14
6565
hooks:
6666
- id: ruff
6767
args: ["--fix"]
6868

6969
- repo: https://github.com/pycqa/isort
70-
rev: 6.0.1
70+
rev: 7.0.0
7171
hooks:
7272
- id: isort
7373
name: isort
@@ -77,7 +77,7 @@ repos:
7777

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

0 commit comments

Comments
 (0)