Skip to content

Commit 3d7f47a

Browse files
chore: update pre-commit hooks (#327)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.10...v0.11.4) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Wright <[email protected]>
1 parent 57c770c commit 3d7f47a

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
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.9.10"
41+
rev: "v0.11.4"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -77,7 +77,7 @@ repos:
7777

7878
- repo: https://github.com/abravalheri/validate-pyproject
7979
# More exhaustive than Ruff RUF200.
80-
rev: "v0.23"
80+
rev: "v0.24.1"
8181
hooks:
8282
- id: validate-pyproject
8383

0 commit comments

Comments
 (0)