Skip to content

Commit 7a57223

Browse files
Update pre-commit hooks (#11070)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.7.4](rbubley/mirrors-prettier@v3.7.3...v3.7.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/adhtruong/mirrors-typos: v1.40.0 → v1.41.0](adhtruong/mirrors-typos@v1.40.0...v1.41.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8bed33f commit 7a57223

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.7
27+
rev: v0.14.10
2828
hooks:
2929
- id: ruff-check
3030
args: ["--fix", "--show-fixes"]
@@ -37,12 +37,12 @@ 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.3
40+
rev: v3.7.4
4141
hooks:
4242
- id: prettier
4343
args: ["--cache-location=.prettier_cache/cache"]
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.19.0
45+
rev: v1.19.1
4646
hooks:
4747
- id: mypy
4848
# Copied from setup.cfg
@@ -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.40.0
79+
rev: v1.41.0
8080
hooks:
8181
- id: typos

0 commit comments

Comments
 (0)