Skip to content

Commit 45061eb

Browse files
ci: pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.5.0 → 26.5.1](psf/black-pre-commit-mirror@26.5.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.18](astral-sh/ruff-pre-commit@v0.15.13...v0.15.18)
1 parent 98046ae commit 45061eb

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.5.0
3+
rev: 26.5.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.15.13"
13+
rev: "v0.15.18"
1414
hooks:
1515
- id: ruff
1616
language_version: python3.12

0 commit comments

Comments
 (0)