Skip to content

Commit 35f071c

Browse files
ci: pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.6...v0.14.8)
1 parent 1074d38 commit 35f071c

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.11.0
3+
rev: 25.12.0
44
hooks:
55
- id: black
66
args: [--target-version, py312, --preview, --enable-unstable-feature=string_processing]
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: trailing-whitespace
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.14.6"
13+
rev: "v0.14.8"
1414
hooks:
1515
- id: ruff
1616
language_version: python3.12

0 commit comments

Comments
 (0)