Skip to content

Commit 124ebf3

Browse files
ci: pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.8](astral-sh/ruff-pre-commit@v0.14.14...v0.15.8)
1 parent 6982bdb commit 124ebf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 26.1.0
3+
rev: 26.3.1
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.14"
13+
rev: "v0.15.8"
1414
hooks:
1515
- id: ruff
1616
language_version: python3.12

0 commit comments

Comments
 (0)