Skip to content

Commit b924202

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.2...v0.15.2)
1 parent 5138437 commit b924202

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
@@ -17,11 +17,11 @@ repos:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 25.9.0
20+
rev: 26.1.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.2
24+
rev: v0.15.2
2525
hooks:
2626
- id: ruff
2727
args: ["--fix"]

0 commit comments

Comments
 (0)