Skip to content

Commit c7ea0c0

Browse files
pre-commit-ci[bot]ketozhang
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent a86906e commit c7ea0c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
- id: check-added-large-files
1212

1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.7.6
14+
rev: v1.7.7
1515
hooks:
1616
- id: actionlint
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: 'v0.8.6'
20+
rev: 'v0.9.4'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
2424

2525
- repo: https://github.com/psf/black
26-
rev: '24.10.0'
26+
rev: '25.1.0'
2727
hooks:
2828
- id: black
2929

0 commit comments

Comments
 (0)