Skip to content

Commit a86906e

Browse files
pre-commit-ci[bot]ketozhang
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.4 → v1.7.6](rhysd/actionlint@v1.7.4...v1.7.6) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.0.0](compilerla/conventional-pre-commit@v3.6.0...v4.0.0)
1 parent bdd9636 commit a86906e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

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

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

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: 'v0.8.1'
20+
rev: 'v0.8.6'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -28,7 +28,7 @@ repos:
2828
- id: black
2929

3030
- repo: https://github.com/compilerla/conventional-pre-commit
31-
rev: v3.6.0
31+
rev: v4.0.0
3232
hooks:
3333
- id: conventional-pre-commit
3434
stages: [commit-msg]
@@ -38,7 +38,7 @@ repos:
3838
- id: generate-hatch-matrix
3939
name: generate-hatch-matrix
4040
language: system
41-
stages: [push]
41+
stages: [pre-push]
4242
entry: bash .github/workflows/generate-hatch-matrix.sh
4343
files: |
4444
(?x)^(

0 commit comments

Comments
 (0)