Skip to content

Commit d2eac77

Browse files
[pre-commit.ci] pre-commit autoupdate (#2898)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.7.4](rbubley/mirrors-prettier@v3.7.3...v3.7.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4448906 commit d2eac77

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.14.7"
13+
rev: "v0.14.8"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -33,7 +33,7 @@ repos:
3333
- id: black-disable-checker
3434
exclude: tests/test_nodes_lineno.py
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 25.11.0
36+
rev: 25.12.0
3737
hooks:
3838
- id: black
3939
args: [--safe, --quiet]
@@ -76,7 +76,7 @@ repos:
7676
require_serial: true
7777
additional_dependencies: ["types-typed-ast"]
7878
- repo: https://github.com/rbubley/mirrors-prettier
79-
rev: v3.7.3
79+
rev: v3.7.4
8080
hooks:
8181
- id: prettier
8282
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)