Skip to content

Commit 4c3bb73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.15.21](astral-sh/ruff-pre-commit@v0.12.11...v0.15.21)
1 parent 73660a5 commit 4c3bb73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ci:
44
autofix_prs: false # disable autofixing PRs
55

66
repos:
7-
- repo: https://github.com/psf/black
8-
rev: 25.1.0
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 26.5.1
99
hooks:
1010
- id: black
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.11
12+
rev: v0.15.21
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)