Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[pre-commit.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.15.5 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.5...v0.15.9)
  • Loading branch information
pre-commit-ci[bot] authored Apr 6, 2026
commit 78bcf6b8853381cf93bf9f163d785263af0dbc9f
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.1.0
rev: 26.3.1
hooks:
- id: black
exclude: core/tests
Expand All @@ -42,7 +42,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.5
rev: v0.15.9
hooks:
- id: ruff
exclude: core/tests
Expand Down