Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.

Commit e1dec5b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.18](astral-sh/ruff-pre-commit@v0.15.6...v0.15.18) - [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/rhysd/actionlint: v1.7.11 → v1.7.12](rhysd/actionlint@v1.7.11...v1.7.12)
1 parent 53a9d8e commit e1dec5b

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
@@ -12,12 +12,12 @@ repos:
1212
- id: mixed-line-ending
1313
- id: trailing-whitespace
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.6
15+
rev: v0.15.18
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 26.3.1
20+
rev: 26.5.1
2121
hooks:
2222
- id: black
2323
types: [python]
@@ -26,6 +26,6 @@ repos:
2626
hooks:
2727
- id: yamlfmt
2828
- repo: https://github.com/rhysd/actionlint
29-
rev: v1.7.11
29+
rev: v1.7.12
3030
hooks:
3131
- id: actionlint

0 commit comments

Comments
 (0)