Skip to content

Commit 119a58c

Browse files
[pre-commit.ci] pre-commit autoupdate (#399)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.4...v0.6.9) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.3](rhysd/actionlint@v1.7.1...v1.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 07a15c4 commit 119a58c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: "v0.6.4"
7+
rev: "v0.6.9"
88
hooks:
99
- id: ruff
1010
args: ["--fix", "--show-fixes"]
@@ -16,7 +16,7 @@ repos:
1616
- id: prettier
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-yaml
2222
- id: trailing-whitespace
@@ -45,12 +45,12 @@ repos:
4545
- tomli
4646

4747
- repo: https://github.com/abravalheri/validate-pyproject
48-
rev: v0.19
48+
rev: v0.20.2
4949
hooks:
5050
- id: validate-pyproject
5151

5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.1
53+
rev: v1.7.3
5454
hooks:
5555
- id: actionlint
5656
files: ".github/workflows/"

0 commit comments

Comments
 (0)