Skip to content

Commit 0d39532

Browse files
[pre-commit.ci] pre-commit autoupdate (#90)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2) - [github.com/abravalheri/validate-pyproject: v0.24 → v0.24.1](abravalheri/validate-pyproject@v0.24...v0.24.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 11c6a8f commit 0d39532

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
@@ -17,7 +17,7 @@ repos:
1717
args: [--target-version, "4.2"]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.0
20+
rev: v0.11.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
@@ -68,6 +68,6 @@ repos:
6868
args: [--autofix]
6969

7070
- repo: https://github.com/abravalheri/validate-pyproject
71-
rev: v0.24
71+
rev: v0.24.1
7272
hooks:
7373
- id: validate-pyproject

0 commit comments

Comments
 (0)