Skip to content

Commit 249d38f

Browse files
[pre-commit.ci] pre-commit autoupdate (#43)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 64243c7 commit 249d38f

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
@@ -5,16 +5,16 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 25.9.0
8+
rev: 25.11.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.3
12+
rev: v0.14.7
1313
hooks:
1414
- id: ruff
1515
args: ["--fix"]
1616
- repo: https://github.com/rbubley/mirrors-prettier
17-
rev: v3.6.2
17+
rev: v3.7.3
1818
hooks:
1919
- id: prettier
2020
args: ["--cache-location=.prettier_cache"]

0 commit comments

Comments
 (0)