Skip to content

Commit 471184c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.2...v0.7.4) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23)
1 parent edc9d6b commit 471184c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-yaml
99
# ----- Python formatting -----
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.7.2
11+
rev: v0.7.4
1212
hooks:
1313
# Run ruff linter.
1414
- id: ruff
@@ -28,6 +28,6 @@ repos:
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: v0.22
31+
rev: v0.23
3232
hooks:
3333
- id: validate-pyproject

0 commit comments

Comments
 (0)