Skip to content

Commit 6ff8eca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v6.0.0](pre-commit/pre-commit-hooks@v1.2.3...v6.0.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.3](codespell-project/codespell@v2.2.4...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.22](astral-sh/ruff-pre-commit@v0.14.10...v0.15.22) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v4.4.0](compilerla/conventional-pre-commit@v2.3.0...v4.4.0)
1 parent 8a7d0fd commit 6ff8eca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: |
88
)
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v1.2.3
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: ["--maxkb=10240"]
@@ -17,27 +17,27 @@ repos:
1717
- id: check-json
1818
# spell check
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.2.4
20+
rev: v2.4.3
2121
hooks:
2222
- id: codespell
2323
# https://github.com/codespell-project/codespell/issues/1498
2424
# Python formatting
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.14.10
26+
rev: v0.15.22
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix]
3030
- id: ruff-format
3131
# general linting
3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: "v3.1.0"
33+
rev: "v4.0.0-alpha.8"
3434
hooks:
3535
- id: prettier
3636
additional_dependencies:
3737
- prettier@3.2.5
3838
# enforce commit format
3939
- repo: https://github.com/compilerla/conventional-pre-commit
40-
rev: v2.3.0
40+
rev: v4.4.0
4141
hooks:
4242
- id: conventional-pre-commit
4343
stages: [commit-msg]

0 commit comments

Comments
 (0)