Skip to content

Commit 0aa26fb

Browse files
[pre-commit.ci] pre-commit automatically updated.
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.16](astral-sh/ruff-pre-commit@v0.15.7...v0.15.16)
1 parent 7919be4 commit 0aa26fb

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
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 26.3.1
27+
rev: 26.5.1
2828
hooks:
2929
- id: black
3030
types: [python]
@@ -33,7 +33,7 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.15.7
36+
rev: v0.15.16
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)