Skip to content

Commit d846925

Browse files
[pre-commit.ci] pre-commit autoupdate
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.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4)
1 parent 482155b commit d846925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: "25.9.0"
23+
rev: "25.11.0"
2424
hooks:
2525
- id: black
2626
args: [--preview, --enable-unstable-feature, string_processing]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.3
29+
rev: v0.14.4
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)