Skip to content

Commit fd68888

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.11.7](astral-sh/ruff-pre-commit@v0.9.4...v0.11.7) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1)
1 parent b25b308 commit fd68888

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
@@ -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.7
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.1
9595
hooks:
9696
- id: validate-pyproject

0 commit comments

Comments
 (0)