Skip to content

Commit 6aa1bfa

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#2935)
2 parents 14b605e + ec8fa2d commit 6aa1bfa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ repos:
3737
exclude: "^src/_nebari/template/"
3838

3939
- repo: https://github.com/crate-ci/typos
40-
rev: dictgen-v0.3.1
40+
rev: typos-dict-v0.12.4
4141
hooks:
4242
- id: typos
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
args:
@@ -55,19 +55,19 @@ repos:
5555

5656
# python
5757
- repo: https://github.com/psf/black
58-
rev: 24.10.0
58+
rev: 25.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.8.6
64+
rev: v0.9.4
6565
hooks:
6666
- id: ruff
6767
args: ["--fix"]
6868

6969
- repo: https://github.com/pycqa/isort
70-
rev: 5.13.2
70+
rev: 6.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.96.3
80+
rev: v1.97.2
8181
hooks:
8282
- id: terraform_fmt
8383
args:

0 commit comments

Comments
 (0)