Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fedfcbb

Browse files
authoredMar 17, 2025··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.4...v0.11.0) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24](abravalheri/validate-pyproject@v0.23...v0.24)
1 parent b25b308 commit fedfcbb

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
@@ -72,7 +72,7 @@ repos:
7272
# Python: lint and format code
7373
# https://github.com/astral-sh/ruff-pre-commit
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: v0.9.4
75+
rev: v0.11.0
7676
hooks:
7777
- id: ruff
7878
args:
@@ -91,6 +91,6 @@ repos:
9191
# Python: check project (i.e. `pyproject.toml`)
9292
# https://github.com/abravalheri/validate-pyproject
9393
- repo: https://github.com/abravalheri/validate-pyproject
94-
rev: v0.23
94+
rev: v0.24
9595
hooks:
9696
- id: validate-pyproject

0 commit comments

Comments
 (0)
Please sign in to comment.