Skip to content

Commit e403da8

Browse files
Update pre-commit hooks (#11125)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/rbubley/mirrors-prettier: v3.7.4 → v3.8.1](rbubley/mirrors-prettier@v3.7.4...v3.8.1) - [github.com/adhtruong/mirrors-typos: v1.41.0 → v1.42.3](adhtruong/mirrors-typos@v1.41.0...v1.42.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a2567d0 commit e403da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.10
27+
rev: v0.14.14
2828
hooks:
2929
- id: ruff-check
3030
args: ["--fix", "--show-fixes"]
@@ -37,7 +37,7 @@ repos:
3737
# make sure this is the most recent version of black
3838
additional_dependencies: ["black==25.11.0"]
3939
- repo: https://github.com/rbubley/mirrors-prettier
40-
rev: v3.7.4
40+
rev: v3.8.1
4141
hooks:
4242
- id: prettier
4343
args: ["--cache-location=.prettier_cache/cache"]
@@ -76,6 +76,6 @@ repos:
7676
- id: validate-pyproject
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878
- repo: https://github.com/adhtruong/mirrors-typos
79-
rev: v1.41.0
79+
rev: v1.42.3
8080
hooks:
8181
- id: typos

0 commit comments

Comments
 (0)