Skip to content

Commit 054e973

Browse files
chore: update pre-commit hooks (#341)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24](abravalheri/validate-pyproject@v0.23...v0.24) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9640f69 commit 054e973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repos:
7878
types: [file, python]
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: "v0.9.10"
81+
rev: "v0.11.0"
8282
hooks:
8383
- id: ruff
8484
types: [file, python]
@@ -101,6 +101,6 @@ repos:
101101

102102
- repo: https://github.com/abravalheri/validate-pyproject
103103
# More exhaustive than Ruff RUF200.
104-
rev: "v0.23"
104+
rev: "v0.24"
105105
hooks:
106106
- id: validate-pyproject

0 commit comments

Comments
 (0)