Skip to content

Commit 5cac306

Browse files
ci: [pre-commit.ci] autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.8](astral-sh/ruff-pre-commit@v0.9.9...v0.11.8) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1)
1 parent 358d041 commit 5cac306

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
@@ -5,14 +5,14 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.9.9
8+
rev: v0.11.8
99
hooks:
1010
- id: ruff
1111
args: [--fix, --unsafe-fixes]
1212
- id: ruff-format
1313

1414
- repo: https://github.com/abravalheri/validate-pyproject
15-
rev: v0.23
15+
rev: v0.24.1
1616
hooks:
1717
- id: validate-pyproject
1818

0 commit comments

Comments
 (0)