Skip to content

Commit cccb5cc

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

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
@@ -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.3.1
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.2
24+
rev: v0.15.10
2525
hooks:
2626
- id: ruff
2727
args: ["--fix"]

0 commit comments

Comments
 (0)